It’s not terrible currently, but I think it could be improved. It should not eat as much cpu as it does. - We should be able to switch to aac_coder/fast (https://ffmpeg.org/ffmpeg-codecs.html#aac). - Channel should be modified to use a ring buffer so that we don't have to shift data around.
It’s not terrible currently, but I think it could be improved. It should not eat as much cpu as it does.