aconstlink / natus

[Discontinued] Software Framework for Audio/Visual/Interactive Real-Time Applications
https://aconstlink.de
MIT License
0 stars 0 forks source link

Shifting Audio Buffer #167

Closed aconstlink closed 4 years ago

aconstlink commented 4 years ago

At the moment, in audio the shifting buffer is hard coded into the OpenAL backend. There every new number of samples is shifted into the buffer from the right, so a continuous signal can be used and eventually be displayed. This need to be moved to a specific buffer so it can be reused for a different number of samples.