1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
Source: rtaudio
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
Jaromír Mikeš <mira.mikes@seznam.cz>
Build-Depends:
debhelper (>= 9~),
dh-autoreconf,
autotools-dev,
libasound2-dev,
libjack-dev,
libpulse-dev,
g++ (>= 4:5.2)
Standards-Version: 3.9.8
Homepage: http://www.music.mcgill.ca/~gary/rtaudio/
Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/rtaudio.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/rtaudio.git
Package: librtaudio5a
Architecture: linux-any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends}
Conflicts:
librtaudio5
Description: 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.
Package: librtaudio-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends:
libasound2-dev,
libjack-dev,
libpulse-dev,
librtaudio5a (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Suggests:
librtmidi-dev
Description: 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.
|