5,389
edits
m (→WAVE-like format header ("8" flag): oops) |
m (→WAVE-like format header ("8" flag): oops) |
||
Line 266: | Line 266: | ||
;PCM vs ADPCM | ;PCM vs ADPCM | ||
:Although Vanilla Oni SNDDs only ever use MS ADPCM waveforms, some mods have successfully used the (bloated!!!) PCM format. | :Although Vanilla Oni SNDDs only ever use MS ADPCM waveforms, some mods have successfully used the (bloated!!!) PCM format. | ||
:For PCM, the format ID (at 0x0C) is set to 1, the block size | :For PCM, the format ID (at 0x0C) is set to 1, the block size is either 2 or 4, the data rate formula is simplified, and everything between 0x1C and 0x3E is ignored. | ||
:See [[/wav#PCM_.28with_.22fmt_.22.29|HERE]] for more details on the importing procedure, but keep in mind that PCM waveforms are ''not'' recommended! | :See [[/wav#PCM_.28with_.22fmt_.22.29|HERE]] for more details on the importing procedure, but keep in mind that PCM waveforms are ''not'' recommended! | ||
;ADPCM coefficients | ;ADPCM coefficients |