Hi,
I link my Rasp Pi3 to a sound processor (Najda from Waf) by i2s.
I did i2s directly from config.txt and deleting a # for what I need, but I use the sound processor fix at 96 khz and I would like to set the output of the Rasp at 96 khz.
I looked for some topic about it and found a couple of commands (I use Putty for the console).
One is
redis-cli hdel mpdconf samplerate_converter "soxr very high"
And it seams to work
And the other one
redis-cli hdel mpdconf audio_output_format "96000:24:2"
And it doesn't work
Do you have some tip?
Just for curiosity, why don't you have i2s and sox in the UI?
Thank you so much