diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-02-13 23:00:44 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-02-13 23:00:44 +0800 |
commit | b4ffc1f83317a2c85c564ef3a9c040f0a7b7871d (patch) | |
tree | 15d4d603c2aad020930df963794555769f0b8505 /audio/mpg123/Makefile | |
parent | 2e54e6b6696dad8bc6a46266da46a0435cf60e77 (diff) | |
download | freebsd-ports-graphics-b4ffc1f83317a2c85c564ef3a9c040f0a7b7871d.tar.gz freebsd-ports-graphics-b4ffc1f83317a2c85c564ef3a9c040f0a7b7871d.tar.zst freebsd-ports-graphics-b4ffc1f83317a2c85c564ef3a9c040f0a7b7871d.zip |
Provide workaround for a bug in pcm driver introduced with format emulation
changes.
At present newpcm has sticky parameter settings, even when an
inappropriate value is set. For instance, set format to alaw on h/w
that does not support alaw; newpcm interface state records format as
alaw, and subsequent unrelated state changes may fail, ie a rate change.
In mpg123 this can cause files to be played at lower quality
than available because of mis-diagnosis of available formats and
sample rates. E.g downsamples everything to 11025Hz on this h/w as
12kHz probing breaks state and subsequent probes for higher supported
sampling rates.
PR: 25046
Submitted by: Orion Hodson <oh@btinternet.com>
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r-- | audio/mpg123/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index 86ac4804ba8..b8eaf06d81d 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -7,6 +7,7 @@ PORTNAME= mpg123 PORTVERSION= 0.59r +PORTREVISION= 1 CATEGORIES= audio ipv6 MASTER_SITES= http://www.mpg123.de/mpg123/ \ http://www-ti.informatik.uni-tuebingen.de/~hippm/mpg123/ \ |