diff options
author | Torbjörn Andersson | 2004-08-23 06:17:40 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2004-08-23 06:17:40 +0000 |
commit | 44eca16eb69613c0fc7247c7eb5447d560339466 (patch) | |
tree | 520163bc2dea173f0c72ab37a3ee61b6d0225d45 /NEWS | |
parent | e46c81ad7432330add28f3da2a8f2f8cdf5f0a3a (diff) | |
download | scummvm-rg350-44eca16eb69613c0fc7247c7eb5447d560339466.tar.gz scummvm-rg350-44eca16eb69613c0fc7247c7eb5447d560339466.tar.bz2 scummvm-rg350-44eca16eb69613c0fc7247c7eb5447d560339466.zip |
Fixed the bug that caused Vorbis and FLAC to misbehave with compressed
speech. (Apparently it was just an accident that MP3 worked.)
Unfortunately I had to change the file format of the compressed files to
include both the compressed and uncompressed size, but since the tool to
create these files has only lived as an item in the patch tracker, no one
should have exptected it to be the final, working version, right? Right.
svn-id: r14698
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ For a more comprehensive changelog for the latest experimental CVS code, see: Sword2: - Simplified memory/resource management - Simplified sound effects handling + - Support for compressed speech. - Various minor bugfixes. 0.6.1b (2004-08-03) |