Andersama / obs-asio

ASIO plugin for OBS-Studio
GNU General Public License v3.0
684 stars 43 forks source link

patch: remove silent buffer allocation in audio thread #92

Closed Andersama closed 2 years ago

Andersama commented 3 years ago

Shift the responsibility of the silent buffer to the device struct and allocate only as needed once before starting audio processing.