Module rich_sdl2_rust::audio::buffer
source · Expand description
An audio buffer AudioBuffer<T>
with a format, sample rates, numbers of channels and a buffer.
It can be convert into another format and mix by the specified volume.
Structs§
- An audio buffer with a format, sample rates, numbers of channels and a buffer.