[ scummvm-Patches-628997 ] Ogg/Vorbis CD music support

noreply at sourceforge.net noreply at sourceforge.net
Sat Oct 26 10:12:38 CEST 2002


Patches item #628997, was opened at 2002-10-26 01:12
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=628997&group_id=37116

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Daniel Schepler (dschepler)
Assigned to: Nobody/Anonymous (nobody)
Summary: Ogg/Vorbis CD music support

Initial Comment:
This patch supports playing CD music encoded into Vorbis format.  
Currently, the Vorbis files must be 22050 Hz to work properly. 
 
This requires Makefile changes, to remove definitions of 
COMPRESSED_SOUND_FILE and possibly add definitions of 
USE_MAD and/or USE_VORBIS.  I've updated the main Makefile, 
but other ports might need updating. 
 
This also rearranges the MP3 code, in order to ease putting the 
Vorbis code in parallel.  I separated common code (looping logic, for 
example) from the mad-specific parts, which are now in 
Sound::MP3TrackInfo.  Both this and the new 
Sound::VorbisTrackInfo class implement the interface specified in 
Sound::DigitalTrackInfo. 
 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=628997&group_id=37116




More information about the Scummvm-tracker mailing list