Registry / other / portaudio

portaudio

JSON →
library19.7vcpkgunverified

PortAudio is a free, cross-platform, open-source audio I/O library for C and C++.

vcpkg install portaudio
INSTALL
IMPORT
SIG · PORTAUDIO
P
portaudio
othercppv19.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

portaudio.h
✓ #include <portaudio.h>

Initialize PortAudio and print version

#include <portaudio.h> #include <stdio.h> int main() { Pa_Initialize(); printf("PortAudio version: %s\n", Pa_GetVersionText()); Pa_Terminate(); return 0; }
Debug
Known issues
gotchaPortAudio requires explicit Pa_Initialize() and Pa_Terminate() calls; forgetting them leads to undefined behavior.
fix
Always call Pa_Initialize() before any other PortAudio function and Pa_Terminate() at the end.
affects: *
Upgrade
Version history
19.7latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

portaudio — pip install portaudio · libregistry