Maybe fixed the glitchiness at startup even more?
This commit is contained in:
@@ -68,7 +68,7 @@ namespace audio::impl{
|
||||
void exit();
|
||||
size_t output_channels()const;
|
||||
private:
|
||||
static int callback(const void* /*input*/, void* output, unsigned long frame_count, mixer& mix);
|
||||
static int callback(const void* /*input*/, void* output, unsigned long frame_count, unsigned long flags, mixer& mix);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user