From 3b88a23dfb5bd2e571ac9efdfc1dc0f008c3d946 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Fri, 3 Jul 2020 13:11:53 +0300 Subject: [PATCH] Document PortAudio DLL usage on Windows --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index a7e8d27..de2c01e 100644 --- a/README.rst +++ b/README.rst @@ -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 `_. +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 -----------