|
| void | qMultiplySamples (float factor, const QAudioFormat &format, const void *src, void *dest, int len) noexcept QT_MM_NONBLOCKING |
| void | applyVolume (float volume, const QAudioFormat &format, QSpan< const std::byte > source, QSpan< std::byte > destination) noexcept QT_MM_NONBLOCKING |
| void | convertSampleFormat (QSpan< const std::byte > source, NativeSampleFormat sourceFormat, QSpan< std::byte > destination, NativeSampleFormat destinationFormat) noexcept QT_MM_NONBLOCKING |
| NativeSampleFormat | bestNativeSampleFormat (const QAudioFormat &fmt, QSpan< const NativeSampleFormat > supportedNativeFormats) |
| NativeSampleFormat | toNativeSampleFormat (QAudioFormat::SampleFormat fmt) |
| QAudioFormat::SampleFormat | bestSampleFormat (const NativeSampleFormat fmt) |
| std::optional< float > | sanitizeVolume (float volume, float lastValue) |
| void | fillSilence (QSpan< std::byte > buffer, NativeSampleFormat sampleFormat) noexcept |
| void | fillSilence (QSpan< std::byte > buffer, QAudioFormat fmt) noexcept |
| constexpr size_t | bytesPerSample (NativeSampleFormat fmt) noexcept QT_MM_NONBLOCKING |