rtaudio 5.2.0~ds1-1 source package in Ubuntu
Changelog
rtaudio (5.2.0~ds1-1) unstable; urgency=medium [ IOhannes m zmölnig (Debian/GNU) ] * New upstream version 5.2.0~ds1 * Refresh patches * Mark libtool and static libraries as not-installed * Update d/copyright * Bump dh-compat to 13 * Bump standards version to 4.6.0 [ Debian Janitor ] * Remove constraints unnecessary since buster -- IOhannes m zmölnig (Debian/GNU) <email address hidden> Wed, 24 Nov 2021 17:06:31 +0100
Upload details
- Uploaded by:
- Debian Multimedia Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Multimedia Team
- Architectures:
- any all
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | libs | |
Jammy | release | universe | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
rtaudio_5.2.0~ds1-1.dsc | 2.3 KiB | 27d1e235db8b9b0ac1b130043dfdb63398f60acaca46815553625405cae5412b |
rtaudio_5.2.0~ds1.orig.tar.xz | 136.2 KiB | a18ab2e3a7bcc4755709ad3b86bf85cc829e5ad65fe59d6d4e8bcce2a7d669ef |
rtaudio_5.2.0~ds1-1.debian.tar.xz | 6.7 KiB | bcc28917256deb4c0c4263d058e7d179c0601cd74cf86e0b7685b231748afb64 |
Available diffs
- diff from 5.1.0~ds1-1 to 5.2.0~ds1-1 (86.1 KiB)
No changes file available.
Binary packages built by this source
- 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.
- librtaudio-doc: C++ library for realtime audio input/ouput (documentation 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 API documentation.
- librtaudio6: 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.
- librtaudio6-dbgsym: debug symbols for librtaudio6