split700
split700 copied to clipboard
Extracts BRR samples from SNES SPC700 format (*.spc)
These URLs at lines 103 and 104 of WavWriter.cpp are dead: http://www.blitter.com/~russtopia/MIDI/~jglatt/tech/wave.htm http://co-coa.sakura.ne.jp/index.php?Sound%20Programming%2FWave%20File%20Format
instead of spc it should say brr
The loop end point of the smpl chunk suffers from an off-by-one error. https://github.com/gocha/split700/blob/v2.0/src/WavWriter.cpp#L121 We can see the end of the loop is being set to the size of the...