BSD-3-Clause licensed and maintained by Henning Thielemann
This version can be pinned in stack with:split-record-0.1.1.4@sha256:0aa81a7d2eb6816a2206a65974e906fb1c463c5381f63f01a8e7dd3c6e3b8ec0,1663

Module documentation for 0.1.1.4

There are no documented modules for this package.

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