Expand description
Peak extraction and binary peak-file utilities for waveform display.
Structs§
- GetPeaks
Options - Query options for reading peaks from a binary peaks file.
- Peak
Window - A single peak window with maximum and minimum sample amplitude.
- Peaks
Data - Peak data for all channels at a fixed window size.
Enums§
- Peaks
Error - Error type for peak extraction and binary peak-file IO.
Functions§
- extract_
peaks_ from_ audio - Decode an audio file directly into in-memory peaks.
- get_
all_ peaks - Read all channels and all peaks from a binary peaks file.
- get_
peaks - Read all peaks from a binary peaks file.
- get_
peaks_ in_ range - Read peaks from a binary peaks file for a specific time range in seconds.
- write_
peaks - Decode an audio file and write its peaks to a binary file.