mirror of
https://github.com/edubart/otclient.git
synced 2025-10-22 15:25:54 +02:00
Fix audio stopping on buffer underruns
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user