Expand description
Provides functions to read VOX files.
Enums§
- Error
- Error type returned when reading a VOX file fails.
Functions§
- from_
file - Reads a VOX file from the specified path into
crate::data::VoxData. - from_
reader - Reads a VOX file from a reader into
crate::data::VoxData. - from_
slice - Reads a VOX file from a slice into
crate::data::VoxData. - read_
vox_ into - Reads a VOX file from the reader into the
VoxBuffer. This function is useful, if you want to provide your ownVoxBuffer.