Hello,
Is there any way to use aplay on the latest debeian release to play a sound file to a headset?
In Android the following is working:
tinymix ‘PRI_MI2S_RX Audio Mixer MultiMedia1’ 1
tinymix ‘RX1 MIX1 INP1’ ‘RX1’
tinymix ‘RX2 MIX1 INP1’ ‘RX2’
tinymix ‘RDAC2 MUX’ ‘RX2’
tinymix ‘HPHL’ ‘Switch’
tinymix ‘HPHR’ ‘Switch’
tinymix ‘MI2S_RX Channels’ ‘Two’
tinyplay test.wav
What about recording with arecord from the same input?
The Android this one is working:
tinymix ‘MultiMedia1 Mixer TERT_MI2S_TX’ 1
tinymix ‘DEC1 MUX’ ‘ADC2’
tinymix ‘ADC2 MUX’ ‘INP2’
tinymix ‘MultiMedia1 Mixer TERT_MI2S_TX’ 1
tinycap /sdcard/test.wav
Thank you