package
0.0.21
Repository: https://github.com/mutablelogic/go-whisper.git
Documentation: pkg.go.dev

# 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.