rtaudio 5.2.0~ds1-2build1 source package in Ubuntu

Changelog

rtaudio (5.2.0~ds1-2build1) noble; urgency=medium

  * No-change rebuild against libasound2t64

 -- Steve Langasek <email address hidden>  Tue, 12 Mar 2024 07:02:16 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
rtaudio_5.2.0~ds1.orig.tar.xz 136.2 KiB a18ab2e3a7bcc4755709ad3b86bf85cc829e5ad65fe59d6d4e8bcce2a7d669ef
rtaudio_5.2.0~ds1-2build1.debian.tar.xz 6.9 KiB f82d491ad6edc62fe52d88ca73139735cd068d2bee7804dfb32123538c473480
rtaudio_5.2.0~ds1-2build1.dsc 2.3 KiB 5e98162e9fcc0b394406800b08235afd40068f35e4ec298f7823ee43bd2d6430

View changes file

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