Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 276594 - media-libs/libvorbis-1.2.2 breaks playback of some games-strategy/wesnoth sound effects
Summary: media-libs/libvorbis-1.2.2 breaks playback of some games-strategy/wesnoth sou...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-05 17:15 UTC by Seerp
Modified: 2009-07-10 15:41 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
the mentioned file (club.ogg,7.21 KB, application/octet-stream)
2009-07-06 16:12 UTC, Rafał Mużyło
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Seerp 2009-07-05 17:15:23 UTC
Upgrading media-libs/libvorbis from 1.2.1_rc1-r3 to 1.2.2 broke the playback of some games-strategy/wesnoth sound effects on my computer.

For example the ogg-file `club.ogg', found in /usr/share/games/wesnoth/data/core/sounds. ogg123 does not play this file when libvorbis-1.2.2 is installed, whereas with libvorbis-1.2.1_rc1-r3 it is played like it should be.

The command `ogg123 -v club.ogg' gives the following:

----
Audio Device:   Advanced Linux Sound Architecture (ALSA) output
Author:   Bill Currie <bill@taniwha.org>/Kevin Cody, Jr. <kevinc@wuff.dhs.org>
Comments: Outputs to the Advanced Linux Sound Architecture version 0.9.x.

Playing: club.ogg
Ogg Vorbis stream: 1 channel, 44100 Hz
Vorbis format: Version 0
Bitrate hints: upper=0 nominal=96001 lower=0 window=0
Encoded by: Xiph.Org libVorbis I 20020717
                                                                                
Done.
----

with libvorbis-1.2.1_rc1-r3, and

----
Audio Device:   Advanced Linux Sound Architecture (ALSA) output
Author:   Bill Currie <bill@taniwha.org>/Kevin Cody, Jr. <kevinc@wuff.dhs.org>
Comments: Outputs to the Advanced Linux Sound Architecture version 0.9.x.

                                                                                
Done.
----

with libvorbis-1.2.2.

When the wesnoth game tries to play this sound with libvorbis-1.2.2 the result is a distorted sound.

Note that there are many more soundfiles in the /usr/share/games/wesnoth/data/core/sounds directory that are not correctly played. Just play them all using `ogg123 *.ogg' and then look out for output like

----
Done.

Done.
----

which shows that a file has been skipped.

Reproducible: Always

Steps to Reproduce:
See description.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-07-06 15:05:09 UTC
It would help if you could attach a failing .ogg here (if it's reasonable size) as attachment
Comment 2 Rafał Mużyło 2009-07-06 16:12:16 UTC
Created attachment 196918 [details]
the mentioned file

Well, it's only a few kB big.
Comment 3 Seerp 2009-07-06 18:34:51 UTC
Yes that's the one, thanks Rafał.
Comment 4 Account removed 2009-07-07 12:41:29 UTC
same problem with the collect-strawberries-sound in xmoto.
no problems with libvorbis-1.2.1_rc1-r3.
Comment 5 Monty Montgomery 2009-07-08 08:42:57 UTC
Bug fixed in vorbis SVN commit r16228; regression testing pending.  This is an important bugfix and as such triggers us to push out a 1.2.3 ASAP.

Fix is to libvorbisfile, not libvorbis.

--Monty
Comment 6 Rafał Mużyło 2009-07-08 16:06:39 UTC
On that note, do those BZ references in your recent svn changes refer to
mozilla bugzilla, as right now both 500254 and 501279 seem to
be on restricted access ?
Comment 7 Alexis Ballier gentoo-dev 2009-07-10 15:41:22 UTC
(In reply to comment #5)
> Bug fixed in vorbis SVN commit r16228; regression testing pending.  This is an
> important bugfix and as such triggers us to push out a 1.2.3 ASAP.
> 
> Fix is to libvorbisfile, not libvorbis.

bumped to 1.2.3, thanks for the quick fix.