Skip to main content

Module audio_codec

Module audio_codec 

Source

Enums§

AudioDither
Dither mode applied when quantising floating-point samples to an integer target format.
AudioEncodeFormat
Export format selector for encode_audio_to_file.
WavBitDepth
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 f32 samples.
encode_audio_to_file
Encode interleaved f32 samples to a file using OxideAV.
write_flac
Backwards-compatible native FLAC writer.
write_wav_f32
Backwards-compatible WAV writer: 32-bit float PCM.