mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-20 14:15:11 +00:00
new DSP architecture (is this one correct ?)
Start of voice & echo functions (need to name them)
This commit is contained in:
@@ -718,6 +718,7 @@ namespace ComSquare::APU
|
||||
if (this->_state == Running)
|
||||
this->_paddingCycles = total - cycles;
|
||||
|
||||
this->_dsp->update();
|
||||
samples = this->_dsp->getSamplesCount();
|
||||
if (samples > 0)
|
||||
this->_renderer.playAudio(this->_soundBuffer, samples / 2);
|
||||
|
||||
Reference in New Issue
Block a user