Hello,
It is true that the Cirrus Logic Audio Card does not recognize
single-channel mono files?
Is there any solution to play a mono file?
I have made the following test using the following mono
file:
/usr/share/sounds/alsa/Front_Center.wav
I have made the following test:
root@raspberrypi:/home/pi# ./Playback_to_Lineout.sh
root@raspberrypi:/home/pi# aplay -Dhw:sndrpiwsp -r
48000 -c 1 -f S16_LE Front_Center.wav
Playing WAVE 'Front_Center.wav' : Signed 16 bit Little
Endian, Rate 48000 Hz, Mono
aplay: set_params:1087: Channels count non available
root@raspberrypi:/home/pi# aplay -Dhw:sndrpiwsp -r
48000 -c 2 -f S16_LE Front_Center.wav
Playing WAVE 'Front_Center.wav' : Signed 16 bit Little
Endian, Rate 48000 Hz, Mono
aplay: set_params:1087: Channels count non available
On the other hand, the same file has been reproduced
with the application Audacity , on the same channel (Line Out), and the file
has been reproduced correctly.
In theory if it works with this application would also
have to work with commands.
Thanks in advance