How to Install and Uninstall librtaudio4v5 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "librtaudio4v5" package

Please follow the guidelines below to install librtaudio4v5 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install librtaudio4v5

2. Uninstall "librtaudio4v5" package

Learn how to uninstall librtaudio4v5 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove librtaudio4v5 $ sudo apt autoclean && sudo apt autoremove

3. Information about the librtaudio4v5 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: librtaudio4v5
Priority: optional
Section: universe/libs
Installed-Size: 120
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Source: rtaudio
Version: 4.1.1~ds0-4
Depends: libasound2 (>= 1.0.16), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libjack-jackd2-0 (>= 1.9.5~dfsg-14) | libjack-0.116, libpulse0 (>= 0.99.1), libstdc++6 (>= 5.2)
Filename: pool/universe/r/rtaudio/librtaudio4v5_4.1.1~ds0-4_amd64.deb
Size: 39722
MD5sum: c09b4100f3ee1c9e7b510f3f5cb00314
SHA1: 74e7d672ce9e69e2b88fbeb49c43e63e72fb3537
SHA256: 26def14713e5b27d3ab85ae7acf5a3129f9d64e9c72d19e5f52acb027339538a
Description-en: C++ library for realtime audio input/ouput
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. It
was designed with the following objectives:
.
* object-oriented C++ design
* simple, common API across all supported platforms
* only one source and two header files for easy inclusion in
programming projects
* allow simultaneous multi-api support
* support dynamic connection of devices
* provide extensive audio device parameter control
* allow audio device capability probing
* automatic internal conversion for data format, channel number
compensation, (de)interleaving, and byte-swapping
.
RtAudio incorporates the concept of audio streams, which represent audio
output (playback) and/or input (recording). Available audio devices and
their capabilities can be enumerated and then specified when opening a
stream.
.
This package provides the shared library.
Description-md5: cd307f18f1ef80990a830eb091c020bf
Multi-Arch: same
Homepage: http://www.music.mcgill.ca/~gary/rtaudio/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Task: ubuntustudio-audio