ghostoverflow256
ghostoverflow256
1st off please use code tags, as it makes your code much easier to read. Extending from this, please try the [example code for microphones](https://github.com/Uberi/speech_recognition/blob/master/examples/microphone_recognition.py) and tell me how you...
What is the result of running `python -c "import PyAudio"` ? Also please fill out the system information, as it is really hard to help without that.
The problem here is you are not calling a recognizer, please see the [microphone examples](https://github.com/Uberi/speech_recognition/blob/master/examples/microphone_recognition.py) for an example. As an example, if you wanted to use sphinx: `r.recognize_sphinx(audio)` would be...
The first idea *should* be possible with a simple change to the ffmpeg options, I'll see if my pull request goes through without throwing errors on others machines, and if...
Hi, thanks for the help. Still not working as it appears the "onPositionChanged" never gets called, unless if I re-open the app or turn off then re open my phone...
Same issue here... it seems to be an issue with shellpop using the highest python version by default... dont know how to bypass this atm...
> Same issue here... it seems to be an issue with shellpop using the highest python version by default... dont know how to bypass this atm... For me, uninstalling miniconda3...
hmm... it seems like the issue is with the fact that pytorch-lightning==1.3.8 is not installed during the setup, but instead a different version (fixed by simply running `pip install pytorch-lightning==1.3.8`)......
Also reproducing this issue on my Ubuntu linux machine. Here are all of my libqt5 linked shown: ``` libQt5MultimediaWidgets.so.5 => /lib/x86_64-linux-gnu/libQt5MultimediaWidgets.so.5 (0x00007f8e568bc000) libQt5Sql.so.5 => /lib/x86_64-linux-gnu/libQt5Sql.so.5 (0x00007f8e56879000) libQt5Widgets.so.5 => /lib/x86_64-linux-gnu/libQt5Widgets.so.5 (0x00007f8e561b8000)...
For people on arch linux, I ran just had to run these commands: ```bash yay nvidia-container-toolkit sudo systemctl restart docker ```