loopfind is a small program that finds loop points within an audio stream. It is written in standard C and communicates via a command line interface.

It operates on WAVE files with an 8-bit or 16-bit PCM stream. It uses a very simple algorithm with six settable parameters.

The program also has a convenient option for extracting a sample range to a new WAVE file.

Source code

The source code can be obtained via Git from git://fumu-no-kagomeko.kueea.cyou/loopfind.git.