Open gavv opened 5 years ago
Currently roc sink input always uses the same output rate.
We need to do the following:
when the sink input is attached to a sink, we should configure roc receiver to use the sink rate
when the sink we are connected to changes its rate, we should configure roc receiver to use the new rate
This will require support for dynamic output rate updates.
Related: roc-streaming/roc-pulse#18.
Currently roc sink input always uses the same output rate.
We need to do the following:
when the sink input is attached to a sink, we should configure roc receiver to use the sink rate
when the sink we are connected to changes its rate, we should configure roc receiver to use the new rate
This will require support for dynamic output rate updates.