Re: not able to download PyAudio

2021-04-02 Thread Terry Reedy
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

Re: not able to download PyAudio

2021-04-02 Thread Benjamin Schollnick
> 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

Aw: not able to download PyAudio

2021-04-02 Thread Karsten Hilbert
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 >

not able to download PyAudio

2021-04-02 Thread ᗷᑌᑎᑎY
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

Re: pyaudio

2017-02-28 Thread Peter Otten
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

pyaudio

2017-02-28 Thread bogdan . dima06
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 =

Pyaudio and sockets

2016-03-28 Thread Shiva Upreti
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