Document PortAudio DLL usage on Windows

This commit is contained in:
Roman Zeyde
2020-07-03 13:11:53 +03:00
parent 10c06f7646
commit 3b88a23dfb

View File

@@ -98,6 +98,12 @@ For validation, run::
optional arguments:
-h, --help show this help message and exit
On, Windows you may download the `portaudio` library from `MinGW <https://packages.msys2.org/base/mingw-w64-portaudio>`_.
Then, you should specify the DLL using the following command-line flag::
-l AUDIO_LIBRARY, --audio-library AUDIO_LIBRARY
File name of PortAudio shared library.
Calibration
-----------