File tree 1 file changed +16
-2
lines changed
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ If you want to try the very latest development version of the ``sounddevice`` mo
25
25
have a look at the section about :doc: `CONTRIBUTING `.
26
26
27
27
If you install the ``sounddevice `` module with ``pip `` on macOS or Windows,
28
- the PortAudio _ library (with ASIO support on Windows) will be installed
29
- automagically.
28
+ the PortAudio _ library will be installed automagically.
30
29
On other platforms, you might have to install PortAudio with your package
31
30
manager (the package might be called ``libportaudio2 `` or similar).
32
31
@@ -44,6 +43,21 @@ If needed -- and not installed already -- NumPy can be installed like this::
44
43
python -m pip install numpy
45
44
46
45
46
+ ASIO Support
47
+ ------------
48
+
49
+ Installing the ``sounddevice `` module with ``pip `` (on Windows)
50
+ will provide PortAudio _ DLLs *without * ASIO support
51
+ (because of the problems mentioned in `issue #496 `__).
52
+ To enable ASIO support, download the file
53
+ `libportaudio64bit-asio.dll `__ or libportaudio32bit-asio.dll __
54
+ and rename/move it as described in the next section.
55
+
56
+ __ https://github.com/spatialaudio/python-sounddevice/issues/496
57
+ __ https://github.com/spatialaudio/portaudio-binaries/raw/master/libportaudio64bit-asio.dll
58
+ __ https://github.com/spatialaudio/portaudio-binaries/raw/master/libportaudio32bit-asio.dll
59
+
60
+
47
61
Custom PortAudio Library
48
62
------------------------
49
63
You can’t perform that action at this time.
0 commit comments