rtaudio 5.0.0~ds-3build1 source package in Ubuntu

Changelog

rtaudio (5.0.0~ds-3build1) focal; urgency=medium

  * No-change rebuild for libgcc-s1 package name change.

 -- Matthias Klose <email address hidden>  Tue, 24 Mar 2020 15:10:10 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Multimedia Team
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe libs

Downloads

File Size SHA-256 Checksum
rtaudio_5.0.0~ds.orig.tar.gz 412.0 KiB 085740901ad3b9d0d10be97bd26744c814daf35a4bfc28bb3d4279c5ad9bb8b0
rtaudio_5.0.0~ds-3build1.debian.tar.xz 6.8 KiB f10a7e92474a3ecea55af5e77229716ed4763a3491b518b71bfe30d0d80ff3b6
rtaudio_5.0.0~ds-3build1.dsc 2.2 KiB dbc2f1eb132b9dfdae5cba0cd8204d3843a4adfe15bbe822aedf1af0fcaf8eb9

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: No summary available for librtaudio-doc in ubuntu groovy.

No description available for librtaudio-doc in ubuntu groovy.

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