Merge pull request #10775 from marcelofg55/buffersize_fixes

Corrections to audio buffer size calculations
This commit is contained in:
Rémi Verschelde
2017-09-01 21:41:24 +02:00
committed by GitHub
13 changed files with 129 additions and 60 deletions

View File

@ -48,7 +48,6 @@ class AudioDriverWASAPI : public AudioDriver {
Mutex *mutex;
Thread *thread;
UINT32 max_frames;
WORD format_tag;
WORD bits_per_sample;