48kHz sampling rate, originally reported by Gareth <garf at
loveandnature dot co dot za>
testing and patches from jakemsr@, aanriot@ and Tim van der Molen
<tbvdm.lists at xs4all dot nl>
ok naddy@, jakemsr@, simon@, jasper@
MAC: short for Monkey's Audio Codec, a lossless audio codec (files with
the .ape extension).
from Vlad Glagolev, with feedback from sthen and tweaks by me
From new maintainer Vlad Glagolev (stelzy at gmail dot com).
The sparc64 workaround is no longer required (noticed by Stuart
Henderson, confirmed by sturm@).
POE::Component::Client::MPD is a perl module for developing MPD (Music
Player Daemon) clients (or any other scripts that control the MPD
server) based on the POE framework.
libfaad uses data types with machine dependent bit width in
prototypes in its public headers, but in the corresponding library
code, machine independent exact width data types are used.
solution:
change libfaad headers to use the same machine independent exact
width data types in the prototypes as in the library. since the
prototypes in the library headers are changed, users of libfaad
likely need to be modified to use exact width data types as well.
also:
- bump libfaad major version number
- update plugin code to use exact width data types for libfaad
interaction, as per new prototypes
- bump package version
- sync patches with update-patches
problem discovered by, solution discussed with, reviewed, tested
and OK naddy@
eyeD3 is a Python module and program for processing ID3 tags.
Information about mp3 files (i.e bit rate, sample frequency, play time,
etc.) is also provided. The formats supported are ID3 v1.0/v1.1 and
v2.3/v2.4.
feedback and ok alek@
- add NO_REGRESS since regression tests have not been updated for more
than 3 years and upstream does not seem interested
- add a patch from deanna@ that makes audacity use portaudio v19 and
make full duplex work (well sort of, but at least it does not hang
anymore)
ok deanna@