mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-05-30 08:31:29 +00:00
- Fixed: OggMod passes the raw sample data to OggEnc for stereo samples, so
the resultant Vorbis stream is not actually stereo but mono with the right channel after the left. The two need to be interleaved just like uncompressed samples are. - Removed the pattern length limit in the XM reader. SVN r1326 (trunk)
This commit is contained in:
parent
835ed26370
commit
97de7897de
2 changed files with 51 additions and 19 deletions
|
@ -1,3 +1,10 @@
|
|||
December 19, 2008
|
||||
- Fixed: OggMod passes the raw sample data to OggEnc for stereo samples, so
|
||||
the resultant Vorbis stream is not actually stereo but mono with the right
|
||||
channel after the left. The two need to be interleaved just like
|
||||
uncompressed samples are.
|
||||
- Removed the pattern length limit in the XM reader.
|
||||
|
||||
December 18, 2008
|
||||
- Decal changes as per Xaser's suggestions: Smaller decal for PhoenixFX2,
|
||||
CrossbowFX2 and MaceFX4 were missing decals, and HornRodFX2 gets a whole
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue