We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I needed/ran the following to get amodem running in my environment:
sudo apt-get install python-dev python3-pyaudio python-pyaudio-doc sudo ln -s /usr/lib/x86_64-linux-gnu/libportaudio.so.2 /usr/lib/x86_64-linux-gnu/libportaudio.so python3 -m venv ~/ve_amodem . ~/ve_amodem/bin/activate pip install wheel python setup.py bdist_wheel pip install .
The text was updated successfully, but these errors were encountered:
You can also use --audio-library libportaudio.so.2 flag to specify the PortAudio shared object to be used.
--audio-library libportaudio.so.2
If you have aplay and arecord installed (e.g. via https://packages.debian.org/stable/alsa-utils), you can also use --audio-library ALSA:
aplay
arecord
--audio-library ALSA
$ amodem send -c -vv --audio-library ALSA 2024-12-23 10:55:52,630 INFO Audio OFDM MODEM v1.16.0: 1.0 kb/s (2-QAM x 1 carriers) Fs=8.0 kHz __main__.py:226 2024-12-23 10:55:52,630 DEBUG Launching subprocess: {'args': ['aplay', '-f', 'S16_LE', '-c', '1', '-r', '8000', '-T', '100', '-q', '-'], 'stdin': -1} alsa.py:41
Sorry, something went wrong.
No branches or pull requests
I needed/ran the following to get amodem running in my environment:
The text was updated successfully, but these errors were encountered: