Moaneschien
Moaneschien
All data gathered in one run. The script, manually edited the out put too look as above. ``` import sounddevice import pyaudio p = pyaudio.PyAudio() version, description = sounddevice.get_portaudio_version() print("sounddevice:...
All I could find was a _portaudio.cp38-win_amd64.pyd I assume is for PyAudio. I tried a bit more and got more confused. Running sounddevice: ``` python wire -i1 -o3 -c4 PortAudioError:...
Installed with pip. Just created two new venv's and tried pip again and Gohlke. Don't have Anaconda or WinPython installed. ``` Python 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916...
Yes, it works like the PyAudio version.
Thanks for your effort. Guten Rutsch!
In addition, when reducing the packet size to two bytes, liquidsoap tells me it doesn't understand the format. When increasing to 4 bytes it readily gives the recfrom() Feeding stopped...
@davircarvalho I used the binaries from https://www.lfd.uci.edu/~gohlke/pythonlibs/ Search the page for Sounddevice.
``` SQLite version 3.45.0 2024-01-15 17:01:13 (UTF-16 console I/O) Enter ".help" for usage hints. Connected to a transient in-memory database. Use ".open FILENAME" to reopen on a persistent database. sqlite>...
`sqlite3.dll`, `sqlite3.dll`, `sqlean.exe` and the libraries are all in the same directory. `fasrand0` loads, `html0` does not.
> 2. Just put 64-bit [`libwinpthread-1.dll`](https://github.com/user-attachments/files/18140545/libwinpthread-1.zip) to an app folder. Worked flawless! Thanks little-brother.