mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-06 23:20:03 +01:00
Fixed GNU compilation
This commit is contained in:
parent
4da3b1eaf9
commit
33638a2243
@ -65,7 +65,7 @@ using namespace std;
|
||||
|
||||
static const char _helloText[] =
|
||||
"\n"
|
||||
" SoundStretch v%s - Written by Olli Parviainen 2001 - 2012\n"
|
||||
" SoundStretch v%s - Written by Olli Parviainen 2001 - 2014\n"
|
||||
"==================================================================\n"
|
||||
"author e-mail: <oparviai"
|
||||
"@"
|
||||
|
||||
@ -90,7 +90,7 @@ public:
|
||||
/// samples get removed from src, and produced amount added to dest
|
||||
/// Note : The amount of outputted samples is by value of 'filter length'
|
||||
/// smaller than the amount of input samples.
|
||||
uint AAFilter::evaluate(FIFOSampleBuffer &dest,
|
||||
uint evaluate(FIFOSampleBuffer &dest,
|
||||
FIFOSampleBuffer &src) const;
|
||||
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user