The latest version of split-record is 0.1.1.4-0.

split-record

Version 0.1.1.1 revision 0 uploaded by HenningThielemann.

Package meta

Synopsis
Split a big audio file into pieces at positions of silence
Description

Split a big audio file into pieces at positions of silence. You can use this to split a recording of multiple songs into single songs.

$ split-record recording.wav "part%03d.wav"

You can also calculate split positions only. They are computed lazily. They can be loaded into Audacity for further fine tuning and to perform the actual split. For generating only labels, run:

$ split-record recording.wav > labels.txt
Author
Henning Thielemann <haskell@henning-thielemann.de>
Bug reports
n/a
Category
Sound
Copyright
n/a
Homepage
http://code.haskell.org/~thielema/split-record/
Maintainer
Henning Thielemann <haskell@henning-thielemann.de>
Package URL
n/a
Stability
n/a

Components