aplay -l
card 0: allwinnerac200c [allwinner,ac200-codec], device 0: 508f000.i2s-acx00-dai acx00-codec-0 [508f000.i2s-acx00-dai acx00-codec-0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: sun9ihdmi [sun9i-hdmi], device 0: SUN9I-HDMI PCM i2s-hifi-0 [SUN9I-HDMI PCM i2s-hifi-0]
Subdevices: 0/1
Subdevice #0: subdevice #0
You can probably use hdmi with an hdmi rca adapter? ...because on TV the audio is played from mpd / mpc 🙂
in mpd.conf output settings I have:
audio_output {
type "alsa"
name "sun9ihdmi"
device "hw:1,0" # optional
format "192000:32:2"
mixer_type "software" # optional
#mixer_device "default" # optional
#mixer_control "PCM" # optional
auto_resample "no"
auto_channels "no"
auto_format "no"
use_mmap "yes"
# mixer_index "0" # optional
}
in the terminal you can read the sound quality:
radio stream : https://streams.rsh.de/rsh-80er/mp3-192/streams
cat /proc/asound/card1/pcm0p/sub0/hw_params
access: RW_INTERLEAVED
format: S24_LE
subformat: STD
channels: 2
rate: 48000 (48000/1)
period_size: 6000
buffer_size: 24000
Will it not be an audio DAC ...? I am a layman in this topic but I think these are the parameters I had on: PCM5102?
on: PCM5102 ...is slightly better
access: MMAP_INTERLEAVED
format: S32_LE
subformat: STD
channels: 2
rate: 192000 (192000/1)
period_size: 8192
buffer_size: 65536
so will a converter / adapter from HDMI to RCA + audio amplifier be enough ?
format: S24_LE ... this is probably a 24bit audio format and this is already a DAC?
regards