Age | Commit message (Collapse) | Author |
|
the decoder fails to load, MAD is used instead. Disable with DISABLE_PSP_MP3.
svn-id: r49319
|
|
Currently we have an assert checking that the framerate of an
Audio::Timestamp is always > 0. Since MAD might return "0"
(and maybe even other illegal values) in case the MP3 stream is
invalid we need to check that before we setup the _length
Timestamp of MP3Stream.
svn-id: r48904
|
|
svn-id: r48032
|
|
svn-id: r47848
|
|
- FlacInputStream -> FlacStream
- VorbisInputStream -> VorbisStream
- MP3InputStream -> MP3Stream
svn-id: r47842
|
|
stream failed.
- Add a TODO in the MP3 code for the same behavior.
svn-id: r47841
|
|
svn-id: r47632
|
|
sound/decoders/
svn-id: r47579
|