|
AUI Framework
master
Cross-platform base for C++ UI apps
|
Audio recording and playback library. More...
Classes# | |
| struct | AAudioFormat |
| Audio format descriptor. More... | |
| class | AAudioMixer |
| Manages audio players and mixes them into one sound stream. More... | |
| class | ASoundResampler |
| Implements audio mixing and resampling. More... | |
| class | AOggSoundStream |
| Sound stream for OGG format. More... | |
| class | ARawSoundStream |
| Sound stream that outputs raw samples. More... | |
| class | AWavSoundStream |
| Sound stream for WAV format. More... | |
| class | IAudioPlayer |
| Interface for audio playback. More... | |
| class | ISoundInputStream |
| Base interface for representing sound input streams of different formats. More... | |
Enumerations# | |
| enum class | ASampleFormat { ASampleFormat::I16 , ASampleFormat::I24 , ASampleFormat::I32 } |
| Sample formats supported for mixing. More... | |
|
strong |