Wave Cutter

The program takes a .wav file and cuts it into independent files with names the user can provide. The text area takes input in the form of a starting time index (for example 00:23:11) and the desired name for the new file containing the particular segment. Example input:

Some name here 00:02:32
Another name here 00:04:57

This raw input would create files "Some name here.wav" and "Another name here.wav", with segments 00:00:00 to 00:02:32 and 00:02:32 to the end of the input file respectively.


Warning: Program has not been tested for MacOS



All links from the CV