Fix audio stopping on buffer underruns

This commit is contained in:
Eduardo Bart
2012-07-31 00:12:04 -03:00
parent 6c159333dd
commit fbb3c9933a
9 changed files with 51 additions and 11 deletions

View File

@@ -35,6 +35,7 @@ public:
virtual int read(void *buffer, int bufferSize) = 0;
virtual void reset() = 0;
bool eof() { return m_file->eof(); }
ALenum getSampleFormat();