On 4/2/2021 6:09 AM, Benjamin Schollnick wrote:
On Apr 2, 2021, at 4:40 AM, ᗷᑌᑎᑎY wrote:
Hello everyone
I am not able to download PyAudio. I tried by typing pip install in
PyAudio in cmd but it show's no compatible version availbale. What should
I do? .
There seems to be
> On Apr 2, 2021, at 4:40 AM, ᗷᑌᑎᑎY wrote:
>
> Hello everyone
> I am not able to download PyAudio. I tried by typing pip install in
> PyAudio in cmd but it show's no compatible version availbale. What should
> I do? .
There seems to be some confusion, which I
The same as with speech recognition.
Research.
Karsten
> Gesendet: Freitag, 02. April 2021 um 10:40 Uhr
> Von: "ᗷᑌᑎᑎY"
> An: "Igor Korot"
> Cc: "python-list@python.org"
> Betreff: not able to download PyAudio
>
>Hello everyone
>
Hello everyone
I am not able to download PyAudio. I tried by typing pip install in
PyAudio in cmd but it show's no compatible version availbale. What should
I do? .
Y
--
https://mail.python.org/mailman/listinfo/python-list
bogdan.dim...@gmail.com wrote:
> I'm using pyaudio library and recieve after I run the code this message
>
>
> Process finished with exit code -1
How did you invoke the script?
When you run it from the command line, do you get a traceback?
Once you have such a traceback ple
I'm using pyaudio library and recieve after I run the code this message
Process finished with exit code -1
Here is the whole code:
import pyaudio
import numpy as np
p = pyaudio.PyAudio()
volume = 0.5 # range [0.0, 1.0]
fs = 44100 # sampling rate, Hz, must be integer
duration =
I am trying to send audio using sockets to a different PC, but audio is not
clear on the other end and I cant understand why.
Here is the code:
import socket
import pyaudio
import wave
import sys
import pickle
import time
HOST=""
PORT=1061
s=socket.socket(socket.AF_INET, socket.S