Closed romanz closed 9 years ago
https://github.com/romanz/PySoundCard/blob/master/win/portaudio32.dll
Use --audio-library
flag to load the specific DLL on Windows.
https://github.com/bastibe/PySoundCard/blob/master/win/portaudio32.dll -- this link is broken
Also, I've managed to set up and build portaudio, so I may provide the portaudio32.dll (after a couple of checks on other machines).
Moreover, It is not clear how one changes bitrate on Windows.
Thanks for noticing! It seems that it has moved to https://github.com/bastibe/PySoundCard/blob/da8b4f057ff5ecfc3f1c7db491a9495654c9c6a0/_soundcard_data/portaudio32bit.dll... I have updated the link above to a fork for the original repository, before the file were moved.
It will be great if you could also build and provide the DLL for Windows machines (since I don't have easy access to Windows development environment...)
Regarding the bitrate, I have used environment variable BITRATE (via os.environ
).
IIRC, on Windows, it should be specified via the set
command from the command-line, before running the modem, e.g.:
set BITRATE=16
find replacement for aplay and arecord.