rtaudio 5.2.0~ds1-2build3 source package in Ubuntu

Changelog

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

  * No-change rebuild against libasound2t64

 -- Steve Langasek <email address hidden>  Sun, 07 Apr 2024 07:22:47 +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
Noble release universe libs

Downloads

File Size SHA-256 Checksum
rtaudio_5.2.0~ds1.orig.tar.xz 136.2 KiB a18ab2e3a7bcc4755709ad3b86bf85cc829e5ad65fe59d6d4e8bcce2a7d669ef
rtaudio_5.2.0~ds1-2build3.debian.tar.xz 6.9 KiB ff9ecca7b0b5bc73ee32160763b3ed33c1aad58eeea5df9c2dfc25d77a0f5088
rtaudio_5.2.0~ds1-2build3.dsc 2.3 KiB fc948e7871f01081c4f504f69f90e21827400c63d68302ba1c64db634c194de2

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