mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-07 07:30:02 +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[] =
|
static const char _helloText[] =
|
||||||
"\n"
|
"\n"
|
||||||
" SoundStretch v%s - Written by Olli Parviainen 2001 - 2012\n"
|
" SoundStretch v%s - Written by Olli Parviainen 2001 - 2014\n"
|
||||||
"==================================================================\n"
|
"==================================================================\n"
|
||||||
"author e-mail: <oparviai"
|
"author e-mail: <oparviai"
|
||||||
"@"
|
"@"
|
||||||
|
|||||||
@ -90,8 +90,8 @@ public:
|
|||||||
/// samples get removed from src, and produced amount added to dest
|
/// samples get removed from src, and produced amount added to dest
|
||||||
/// Note : The amount of outputted samples is by value of 'filter length'
|
/// Note : The amount of outputted samples is by value of 'filter length'
|
||||||
/// smaller than the amount of input samples.
|
/// smaller than the amount of input samples.
|
||||||
uint AAFilter::evaluate(FIFOSampleBuffer &dest,
|
uint evaluate(FIFOSampleBuffer &dest,
|
||||||
FIFOSampleBuffer &src) const;
|
FIFOSampleBuffer &src) const;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user