3 Dec
2018
3 Dec
'18
5:45 p.m.
Chakravarthi Pradeep wrote:
When device is generating audio sample rate of 44.1KHz then how to inform VLC that use 44.1KHz sample rate(same is for 96KHz)
ALSA PCM devices have constraints that restrict what parameters applications can configure.
Usually, the constraints are installed when the PCM device is opened. Change runtime->hw.rate_min/_max to the same value.
Regards, Clemens