rtaudio-config
C++ library for realtime audio input/ouput (development files)
Install
- All systems
-
curl cmd.cat/rtaudio-config.sh
- Debian
-
apt-get install librtaudio-dev
- Ubuntu
-
apt-get install librtaudio-dev
- Kali Linux
-
apt-get install librtaudio-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install librtaudio-dev
- Raspbian
-
apt-get install librtaudio-dev
- Dockerfile
- dockerfile.run/rtaudio-config
librtaudio-dev
C++ library for realtime audio input/ouput (development files)
RtAudio is a set of C++ classes that provides a common API (Application Programming Interface) for realtime audio input/output across Linux (native ALSA, JACK, and OSS), Macintosh OS X, SGI, and Windows (DirectSound and ASIO) operating systems. RtAudio significantly simplifies the process of interacting with computer audio hardware. This package provides the development files.