mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Updated SoundTouch library to 1.8.1 [r198]
This commit is contained in:
1
Externals/soundtouch/FIFOSampleBuffer.h
vendored
1
Externals/soundtouch/FIFOSampleBuffer.h
vendored
@ -161,6 +161,7 @@ public:
|
||||
|
||||
/// Sets number of channels, 1 = mono, 2 = stereo.
|
||||
void setChannels(int numChannels);
|
||||
int getChannels();
|
||||
|
||||
/// Returns nonzero if there aren't any samples available for outputting.
|
||||
virtual int isEmpty() const;
|
||||
|
Reference in New Issue
Block a user