|
|
| ACompileTimeSoundResampler (_< ISoundInputStream > source) noexcept |
| |
|
void | setVolume (aui::audio::VolumeLevel volume) |
| |
|
template<ASampleFormat format> |
| void | commitSample (aui::audio::impl::sample_type_t< format > sample) |
| |
|
size_t | remainingSampleCount () const |
| |
|
constexpr size_t | canReadSamples (size_t canPushSamples) |
| |
|
void | commitAllSamples () |
| |
|
template<ASampleFormat format> |
| void | iterateOverBuffer (std::byte *begin, std::byte *end) |
| |
|
void | setDestination (std::span< std::byte > dst) |
| |
|
bool | isFull () const |
| |
|
size_t | writtenSize () const |
| |