Enums§
- Audio
Dither - Dither mode applied when quantising floating-point samples to an integer target format.
- Audio
Encode Format - Export format selector for
encode_audio_to_file. - WavBit
Depth - WAV PCM bit-depth / sample-format choices.
Functions§
- decode_
audio_ to_ f32_ interleaved_ preferring_ wav - Decode a WAV file preferentially, falling back to the general decoder.
- decode_
audio_ to_ f32_ interleaved_ sync - Decode an audio file to interleaved
f32samples. - encode_
audio_ to_ file - Encode interleaved
f32samples to a file using OxideAV. - write_
flac - Backwards-compatible native FLAC writer.
- write_
wav_ f32 - Backwards-compatible WAV writer: 32-bit float PCM.