nickworonekin / move-my-smpl

Makes looping WAVs work properly in Puyo Puyo Tetris PC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MoveMySmpl

Patch 2 for Puyo Puyo Tetris PC adds proper music looping. But for some reason, the music only loops properly in the smpl chunk comes before the data chunk in the WAV file. While this is the case for music normally used in-game, apps such as Looping Audio Converter and VGAudio add the smpl chunk after the data chunk. MoveMySmpl moves the smpl chunk to before the data chunk so the music loops properly with WAVs created by apps like these.

Usage

Drag the WAV files onto the app, that's it. Only WAVs where the smpl chunk come after the data chunk are modified.

License

MoveMySmpl is licensed under the MIT license.

About

Makes looping WAVs work properly in Puyo Puyo Tetris PC.

License:MIT License


Languages

Language:C# 100.0%