mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-15 16:16:26 +00:00
Humungous refactor
This commit is contained in:
@@ -9,7 +9,7 @@ namespace boo
|
||||
|
||||
struct IAudioVoiceCallback
|
||||
{
|
||||
/** Boo calls this on behalf of the audio platform to request more audio
|
||||
/** boo calls this on behalf of the audio platform to request more audio
|
||||
* frames from the client */
|
||||
virtual void needsNextBuffer(IAudioVoice* voice, size_t frames)=0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user