Closed allegfede closed 5 years ago
i partially solved using this command: odr-audioenc -l -v jack://dab_stranamore -L --audio-resampler=32000 -L --src-converter-type=0 -b $BITRATE -f -A --sbr -p 58 -P $fifo_file -o $DST
instead of the original: odr-audioenc -l --jack=dab -b $BITRATE -f -A --sbr -p 58 -P $fifo_file -o $DST
so now i use the internal resampler of vlc to scale my 192khz jack audio server to 32k
Thanks for the workaround, I added it to the README.
Thanks to you ;-)
Il mar 9 apr 2019, 07:26 Matthias P. Braendli notifications@github.com ha scritto:
Thanks for the workaround, I added it to the README.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Opendigitalradio/ODR-AudioEnc/issues/10#issuecomment-481107173, or mute the thread https://github.com/notifications/unsubscribe-auth/ABXE2i5ousu9MNa6EDyboK_0T1SNoVRcks5vfCSOgaJpZM4bCuvC .
Hello. I had to run my jack audio server at 192KHz, because i need to feed the sound card with a software generated MPX which provides stereo and rds signals.
But now i cannot run ODR-audioEnc within the same jack server 'cause it accepts only 48KHZ sampling rate (am i wrong?).
Is there a way to resample signal from 48KHz from 192KHz in odr-audioenc?
Thanks.
PS: i got a similar problem with darkice for internet streaming but it provides an internal resampler (also liquidsoap provides internal resampler).