Thanks
@mbhangui for tagging me here..
@ajuvignesh since you are using USB DAC with pi (Moode), you need to do some setting on the output audio device setting on Moode. But I haven't seen you have mentioned in any post.. Please follow the below steps..
a) Menu, Configure, Audio
b) Select "None" for I2S audio device then SET
c) Reboot
d) Menu, Configure, Audio
e) Under Output Device, select your USB DAC then SET
Also, once you logged into Moode cli through SSH, you can run the below command to see whether the device is detected or not..
pi@moode:~ $
dmesg |grep -i audio |grep USB
[ 2.562217] hid-generic 0003:0D8C:0158.0001: input,hidraw0:
USB HID v1.11 Device [C-Media Electronics Inc. Hifi Audio] on usb-0000:01:00.0-1.3/input255
In my system, it shows my USB DAC as above, yours should show something different.
Also, you can run aplay -l , it should show something similar as below.
pi@moode:~ $ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: b1 [bcm2835 HDMI 1], device 0: bcm2835 HDMI 1 [bcm2835 HDMI 1]
Subdevices: 4/4
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
Subdevice #3: subdevice #3
card 1: Headphones [bcm2835 Headphones], device 0: bcm2835 Headphones [bcm2835 Headphones]
Subdevices: 4/4
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
Subdevice #3: subdevice #3
card 2: Audio [Hifi Audio], device 0: USB Audio [USB Audio]
Subdevices: 0/1
Subdevice #0: subdevice #0
My moode audio settings screen looks as below.
View attachment 73477