Update StarClientApplication.cpp
This commit is contained in:
parent
1b8f117bac
commit
c8340602f5
@ -415,6 +415,7 @@ void ClientApplication::render() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void ClientApplication::getAudioData(int16_t* sampleData, size_t frameCount) {
|
void ClientApplication::getAudioData(int16_t* sampleData, size_t frameCount) {
|
||||||
|
if (m_mainMixer)
|
||||||
m_mainMixer->read(sampleData, frameCount);
|
m_mainMixer->read(sampleData, frameCount);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user