libraries/zita-alsa-pcmi: Updated for version 0.6.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Michales Michaloudes 2024-03-07 10:28:31 +07:00 committed by Willy Sudiarto Raharjo
parent 15b168c6d0
commit af979ddaa5
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
4 changed files with 20 additions and 9 deletions

View File

@ -1 +1,12 @@
Aeolus is a high quality pipe organ emulator using additive synthesis.
Libzita-alsa-pcmi is a C++ library for using ALSA audio devices with
minimal latency and using ALSA's memory-mapped mode (as used by Jack).
It hides most of the complexity of configuring and using ALSA devices
in this way.
Input and output audio streams are converted to / from 32-bit float-
ing point format, regardless of the hardware sample format. By cal-
ling the read and write functions from a real-time thread, it is ea-
sy to provide a callback interface, and to write applications that
work with both ALSA and Jack using the same processing code.
See jaaa or japa for examples.

View File

@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
zita-alsa-pcmi: zita-alsa-pcmi (Alsa library for Aeolus)
zita-alsa-pcmi: zita-alsa-pcmi (C++ library for using ALSA audio devices)
zita-alsa-pcmi:
zita-alsa-pcmi: Aeolus is a high quality pipe organ emulator using additive synthesis
zita-alsa-pcmi: a C++ library for using ALSA audio devices with minimal latency and
zita-alsa-pcmi: using ALSA's memory-mapped mode (as used by Jack). It hides most of
zita-alsa-pcmi: the complexity of configuring and using ALSA devices in this way.
zita-alsa-pcmi:
zita-alsa-pcmi:
zita-alsa-pcmi: Project URL: http://kokkinizita.linuxaudio.org/linuxaudio/index.html
zita-alsa-pcmi:
zita-alsa-pcmi:
zita-alsa-pcmi:
zita-alsa-pcmi:
zita-alsa-pcmi:

View File

@ -5,7 +5,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=zita-alsa-pcmi
VERSION=${VERSION:-0.3.2}
VERSION=${VERSION:-0.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="zita-alsa-pcmi"
VERSION="0.3.2"
VERSION="0.6.1"
HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/index.html"
DOWNLOAD="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/zita-alsa-pcmi-0.3.2.tar.bz2"
MD5SUM="1596e6b11af312e2d28ae92b10f73971"
DOWNLOAD="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/zita-alsa-pcmi-0.6.1.tar.bz2"
MD5SUM="729aac728c23f0bc40220c8a08e9cdbe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""