vault backup: 2025-12-04 09:12:56
This commit is contained in:
28
技术探究/GO/CGO.md
Normal file
28
技术探究/GO/CGO.md
Normal file
@@ -0,0 +1,28 @@
|
||||
portaudio 音频处理库
|
||||
使用 chocolaty
|
||||
安装 pkg-config
|
||||
**vcpkg**
|
||||
```
|
||||
git clone https://github.com/Microsoft/vcpkg.git .\vcpkg\bootstrap-vcpkg.bat
|
||||
|
||||
vcpkg install portaudio
|
||||
|
||||
vcpkg integrate install
|
||||
|
||||
choco install pkgconfiglite
|
||||
|
||||
set PKG_CONFIG_PATH=%PKG_CONFIG_PATH%;C:\path\to\vcpkg\installed\x64-windows\lib\pkgconfig
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
#### 1. 找到 PortAudio DLL 文件
|
||||
|
||||
- **如果你使用 vcpkg**:
|
||||
|
||||
- DLL 通常位于 `D:\projects\rpa_team\vcpkg\installed\x64-windows\bin\`。
|
||||
- 查找名为 `portaudio_x64.dll` 或 `libportaudio64.dll` 的文件。
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user