Registry / other / rtaudio

rtaudio

JSON →
library6.0.1vcpkgunverified

A set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, PulseAudio and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound, ASIO and WASAPI) operating systems.

vcpkg install rtaudio
INSTALL
IMPORT
SIG · RTAUDIO
R
rtaudio
othercppv6.0.1
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.

rtaudio/RtAudio.h
#include <rtaudio/RtAudio.h>

Initialize RtAudio for audio I/O

#include <rtaudio/RtAudio.h> int main() { RtAudio audio; // Initialize and start stream return 0; }
Debug
Known issues
breakingRtAudio requires linking against system audio libraries (e.g., ASIO on Windows, ALSA on Linux).
fix
Ensure the appropriate audio backend is installed and linked.
affects: *
Upgrade
Version history
6.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

rtaudio — pip install rtaudio · libregistry