We do an audio capture to temp and then process that to get the desired audio quality.
Some users have expressed the possibility of processing all the audio stream in a pipe, I have done that but if the SBC/PC has another task running this could ruin your capture, I have done that.
But I will expose it as a optional feature in the users.conf file, by default with a temp file, at code level it's something like this
We do an audio capture to temp and then process that to get the desired audio quality.
Some users have expressed the possibility of processing all the audio stream in a pipe, I have done that but if the SBC/PC has another task running this could ruin your capture, I have done that.
But I will expose it as a optional feature in the
users.conf
file, by default with a temp file, at code level it's something like this