almoghamdani / audify

Play/Stream/Record PCM audio data & Encode/Decode Opus to PCM audio data
MIT License
122 stars 20 forks source link

request to bump rtaudio version #50

Closed marcelblum closed 4 months ago

marcelblum commented 4 months ago

The current (>1 year old) version of rtaudio used here has a few fatal bugs (since fixed) which trickle down into audify, including this ASIO crashing bug https://github.com/thestk/rtaudio/pull/393

almoghamdani commented 4 months ago

Done in v1.9.0 😄

marcelblum commented 4 months ago

Thank you. Sorry but I didn't know how to submit a PR to update a submodule. I had compiled my own fork a few months back pulling in the latest rtaudio and confirmed the ASIO bug was fixed. Will test your new update soon.