Thealexbarney / VGAudio

A library for encoding, decoding, and manipulating audio files from video games.
MIT License
219 stars 37 forks source link

Puyo Puyo Tetris looped WAVs (format 2) #97

Open ActualMandM opened 6 years ago

ActualMandM commented 6 years ago

For Puyo Puyo Tetris, the wav files seem to do looping differently. The highlighted section is 302569 and the one right after it is 3477767. 2018-03-16_21-00-16 Renaming it to LWAV and putting it into vgmstream allows me to get it's loop points and have it loop. 2018-03-17_23-37-11 When opening it with VGAudio, it gives me unsupported format 2. 2018-03-17_23-35-05

BGM_T07_toko_p.zip

Thealexbarney commented 6 years ago

That file contains Microsoft ADPCM. VGAudio currently only supports PCM audio in wave files