mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-22 11:53:43 +00:00
AudioCore: SDL2 Sink
This commit is contained in:
@@ -19,7 +19,7 @@ public:
|
||||
virtual ~Sink() = default;
|
||||
|
||||
/// The native rate of this sink. The sink expects to be fed samples that respect this. (Units: samples/sec)
|
||||
virtual unsigned GetNativeSampleRate() const = 0;
|
||||
virtual unsigned int GetNativeSampleRate() const = 0;
|
||||
|
||||
/**
|
||||
* Feed stereo samples to sink.
|
||||
|
||||
Reference in New Issue
Block a user