1#ifndef NULLSOUNDDRIVER_HH
2#define NULLSOUNDDRIVER_HH
15 [[nodiscard]]
unsigned getSamples()
const override;
17 void uploadBuffer(std::span<const StereoFloat> buffer)
override;
void unmute() override
Unmute the sound system.
unsigned getSamples() const override
Get the number of samples that should be created 'per fragment'.
void uploadBuffer(std::span< const StereoFloat > buffer) override
unsigned getFrequency() const override
Returns the actual sample frequency.
void mute() override
Mute the sound system.
This file implemented 3 utility functions: