more fixes to audio output

maybe by 2034 we'll finally get that shit going
This commit is contained in:
Arisotura
2019-09-01 15:41:46 +02:00
parent 210c1056b0
commit 455b0e5689
3 changed files with 34 additions and 5 deletions

View File

@ -35,6 +35,8 @@ void SetBias(u16 bias);
void Mix(u32 samples);
void DrainOutput();
void InitOutput();
int GetOutputSize();
void Sync(bool wait);
int ReadOutput(s16* data, int samples);