Hi people, just got the boards for a project with Teensy4, the DAC for the audio part is a PCM5100, which should work as i2sslave device but I get no sound,
I've tested with a few examples from the audio library (replacing the output device with 'AudioOutputI2Sslave'
the pins appears to be chosen correctly,

the circuit of the DAC has the FMT pin to ground, so the audio format selected is i2s.

My question is if there's something else I should add to the code to use that device, apart of the code generated by the audio design tool and the 'AudioMemory(xx);' in the setup.
thanks in advance
http://www.ti.com/lit/ds/symlink/pcm5100a.pdf
I've tested with a few examples from the audio library (replacing the output device with 'AudioOutputI2Sslave'
the pins appears to be chosen correctly,

the circuit of the DAC has the FMT pin to ground, so the audio format selected is i2s.

My question is if there's something else I should add to the code to use that device, apart of the code generated by the audio design tool and the 'AudioMemory(xx);' in the setup.
thanks in advance
http://www.ti.com/lit/ds/symlink/pcm5100a.pdf