mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-04 07:24:21 +01:00
@@ -155,13 +155,13 @@ void InputSource::openFile(const char *filename)
|
||||
invalidate();
|
||||
}
|
||||
|
||||
void InputSource::setSampleRate(size_t rate)
|
||||
void InputSource::setSampleRate(double rate)
|
||||
{
|
||||
sampleRate = rate;
|
||||
invalidate();
|
||||
}
|
||||
|
||||
size_t InputSource::rate()
|
||||
double InputSource::rate()
|
||||
{
|
||||
return sampleRate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user