# Functions
Create a new segmenter with a reader r which segments raw audio of 'dur' length.
# Structs
A segmenter reads audio samples from a reader and segments them into fixed-size chunks.
# Type aliases
SegmentFunc is a callback function which is called when a segment is ready to be processed.