Skip to content

Get rid of codec handling

It's unnecessary and in fact needlessly complicates things. PulseAudio will route the streams to default sink/source on its own, and always specifying the codec end breaks various use-cases like Bluetooth handsets or external USB sound cards. Not setting [sink|source]_dont_move on the non-modem side also allows for rerouting audio mid-call.

Merge request reports