Expand description
Modules§
- converter
- Structs for converting SoundSource parameters, like number of channels and sample rate.
Structs§
- Audio
Engine - The main struct of the crate.
- Mixer
- Keep track of each Sound, and mix they output together.
- OggDecoder
- A SourceSource, from ogg encoded sound data.
- Sample
Rate - The number of samples processed per second for a single channel of audio.
- Sine
Wave - A SoundSource that generates a sine wave with a given frequency.
- Sound
- Represents a sound in the AudioEngine.
- WavDecoder
- A SourceSource, from wav encoded sound data.
Traits§
- Sound
Source - A source of sound samples.