Add audio stretching as a configuration option

This commit is contained in:
MerryMage
2017-04-10 17:56:24 +01:00
parent b8c867dd7a
commit 26514358f4
4 changed files with 26 additions and 10 deletions

View File

@ -20,7 +20,7 @@ public:
~CMixer();
// Called from audio threads
unsigned int Mix(short* samples, unsigned int numSamples, bool consider_framelimit = true);
unsigned int Mix(short* samples, unsigned int numSamples);
// Called from main thread
void PushSamples(const short* samples, unsigned int num_samples);