File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,16 @@ PyAudio provides Python bindings for PortAudio v19, the cross-platform
8
8
audio I/O library. Using PyAudio, you can easily use Python to play
9
9
and record audio on a variety of platforms.
10
10
11
- See INSTALL for compilation hints.
11
+ ## Installation (Visual Studio)
12
+
13
+ 1. Download and install Visual Studio 2017 or superior and:
14
+ 1. `git clone https://github.com/evandroforks/portaudio`
15
+ 1. Open the file `portaudio\build\msvc\portaudio.sln` with Visual Studio
16
+ 1. Select the Solution Configuration as `Release` and the Solution Platforms as `x64` on the top toolbar
17
+ 1. Go to the menu `Build -> Build Solution`
18
+ 1. Copy the file `portaudio\build\msvc\x64\Release\portaudio.lib` to `C:\Python\libs\` (Or whatever your Windows Python is instal
19
+
20
+ See INSTALL for other compilation hints.
12
21
13
22
======================================================================
14
23
You can’t perform that action at this time.
0 commit comments