Hi all,
I'm wondering if applications like aplay
, which work in a "normal" way in a non-Bela Linux environment, have either a slightly re-written version for Bela that takes advantage of its tight kernel buffering loop, or if there is an equivalent to aplay
that takes advantage of Bela's scheduling?
Could also be something related, like sox
. I have a special DSP lib I'm developing for my RPN stack-based language called dclang
(https://github.com/akjmicro/dclang/), and to mess around with sound on Bela, I'd like to be able to pipe stdout to the stdin of an sound CLI app that takes advantage of the low-latency.
Thanks,
Aaron