rtaudio 5.2.0~ds1-2 source package in Ubuntu

Changelog

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

  [ Dennis Braun ]
  * Bump Standards Version to 4.6.1
  * Add libjack-jackd2-dev to B-D and librtaudio-dev

  [ IOhannes m zmölnig ]
  * Apply 'wrap-and-sort -ast'

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Wed, 28 Sep 2022 18:40:45 +0200

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 Pocket Published Component Section
Mantic release universe libs
Lunar release universe libs

Downloads

File Size SHA-256 Checksum
rtaudio_5.2.0~ds1-2.dsc 2.3 KiB 8ce19a1f8eb9c58969b4782ade564e8c6170fdae64bb558c9c7341074e15832d
rtaudio_5.2.0~ds1.orig.tar.xz 136.2 KiB a18ab2e3a7bcc4755709ad3b86bf85cc829e5ad65fe59d6d4e8bcce2a7d669ef
rtaudio_5.2.0~ds1-2.debian.tar.xz 6.7 KiB 2a01ebeb0d866a452b461debd12bb1cbb94f46501bba325fd13ecc508071ac04

Available diffs

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