Expand description
reflo - Audio format converter library
This library provides cross-platform audio conversion to and from flo™ format. It works on native targets and can be compiled to WebAssembly.
Modules§
Structs§
- Audio
Info - Information about a decoded audio file
- Encode
Options - Encoding options for converting audio to flo™ format
- FloInfo
- Information about a flo™ file
- FloMetadata
- Re-export libflo types
Functions§
- decode_
to_ samples - Decode flo™ file to raw samples
- decode_
to_ wav - Decode flo™ file to WAV format
- encode_
from_ audio - Encode audio file bytes to flo™ format
- encode_
from_ samples - Encode raw audio samples to flo™ format
- get_
audio_ info - Get information about an audio file
- get_
flo_ info - Get information about a flo™ file
- get_
metadata - Get metadata from a flo™ file
- has_
metadata - Check if a flo™ file has metadata (fast - reads header only)
- strip_
metadata_ no_ reencode - Strip all metadata from a flo™ file WITHOUT re-encoding
- update_
metadata_ bytes - Update metadata bytes in a flo™ file (internal implementation)
- validate_
flo - Validate a flo™ file