vault backup: 2025-12-04 09:12:56

This commit is contained in:
杜鹏飞
2025-12-04 09:12:56 +08:00
commit 71e83861de
300 changed files with 339584 additions and 0 deletions

28
技术探究/GO/CGO.md Normal file
View 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` 的文件。