mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Updated SoundTouch library to 1.8.1 [r198]
This commit is contained in:
parent
7a01effe94
commit
ba2bec1c0a
27 changed files with 1417 additions and 698 deletions
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue