digifiganさん
お世話になります。
先般の「近況」の記事で記載されておりました,Gustard U16のDSD再生の件で御質問
あります。
<状況>
当方も当該記事に触発されまして、digifiganさん同様にU16を使い「firmwareはV1.61からv1.4 0dB 」に
変更しましたがDSD再生が出来ませんでした。
再生時U16内のsampring rate=2.8MHzを表示するのですが,DAC側は352.8KHZを表示します。
U16~DAC間は「I2S=HDMI」接続しています。
因みにU16を接続しないで通常の再生(APU2C4x2台 → USB → USAD_mini基板(I2S) → AIT DAC)では
問題なく11.2mHZ迄再生可能です。
下記設定内容で何か間違えているのかも知れませんが・・・・。
問題点御指摘頂ければ有難いです。
お時間ある時で結構です。
<当方の再生system>
* APU2C4x2台(イーサーネット分離設定)
* lightMPD apu2-v1.2.0b2を使用
* DDC→USAD_mini基板をDAC内でI2S接続
* DAC=AIT製
* 起動=SD CARD
<Player側設定>
*lightMPDapu2-v1.2.0b2内の「Upnpgw Player」を選択。
但し設定内容はイーサーネット分離設定の為、lightMPD-v1.0.2(64bit版)で設定した時の
内容をそのまま踏襲しています。
又、原音再生の為,DSD2PCMは全て削除しています。
<lightmpd.conf設定>
#
# lightmpd.conf upnpplayer
#
[network]
interface=eth0
address=10.0.0.2
gateway=10.0.0.1
netmask=255.255.255.252
nameserver=10.0.0.1
domain=
mydomain.jp# post-up=/usr/sbin/ethtool -s eth0 speed 10 duplex half autoneg off
#
[network:nasgate]
interface=eth1
address=10.0.1.2
netmask=255.255.255.252
mtu=4000
# post-up=/usr/sbin/ethtool -s eth1 speed 100 duplex full
[ntp]
server=none
ntpd=no
timezone=Asia/Tokyo
[mpd]
load_module=mpd-upnp-0.20.23rt
[polipo]
enable = yes
proxyAddress = 127.0.0.1
allowedClients = 127.0.0.1
parentProxy =
10.0.1.1:8123 chunkHighMark = 3072
chunkLowMark = 768
chunkCriticalMark = 2304
objectHighMark = 2048
cacheIsShared = false
disableLocalInterface = true
clientTimeout = 1200
[rpcbind]
enable=no
[telnetd]
# yes | no
enable=yes
port=23
[webconsole]
# yes | no
# start page: http://thishost:${port}/index.html
enable=no
port=9000
[cpuaffinity]
# 0 normal
# 1 cpu1: usb irq handler
# 2 cpu1: usb irq handler
type=2
[irqpriority]
setdefault=no
xhci_hcd#0=FIFO:99
# internal usb
# ehci_hce:usb1=FIFO:99
[debug]
interfaces=yes
resolvconf=yes
ntpd=yes
ntpconf=yes
ifconfig=yes
cards=yes
mounts=yes
ps=yes
mpdversion=yes
date=yes
ntpq=yes
music=yes
messages=yes
save=no
<mpd.conf設定>
#
#
realtime_option {
memlock "yes"
stack_reserve "2048"
heap_reserve "10240"
main_priority "OTHER:0"
player_priority "FIFO:53"
decoder_priority "OTHER:0"
update_priority "OTHER:0"
}
audio_output {
type "alsa"
name "uda"
device "hw:0,0"
priority "FIFO:54"
mixer_type "disabled"
buffer_time "150000"
period_time "37500"
}
input {
plugin "curl"
proxy "
127.0.0.1:8123"
}
###### decoder selector
# decoder_selector {
# suffix "mp3"
# plugin "mad"
# }
# decoder_selector {
# suffix "m4a"
# plugin "ffmpeg"
# }
# decoder_selector {
# suffix "wav"
# plugin "audiofile"
# scan_plugin "ffmpeg"
# }
# decoder_selector {
# suffix "flac"
# plugin "flac"
# }
#
playlist_directory "/var/lib/mpd/playlists"
#sticker_file "/var/lib/mpd/sticker.sql"
log_file "/var/lib/mpd/mpd.log"
pid_file "/var/run/mpd.pid"
state_file "/var/lib/mpd/state"
user "root"
group "root"
bind_to_address "any"
port "6600"
#
#metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
metadata_to_use "artist,album,title,track,genre,date,disc"
#audio_output_format "96000:24:2"
#
# extended audio format
#audio_output_format "X4L4:24:2"
#audio_output_format "x4L4:24:2"
# soxr
resampler {
plugin "soxr"
#
# quality gain at fs/2
#--------------------------------------------
# "ultra high" -200 db
# "very high" -175 db
# "high" -150 db
# "medium" -126 db
# "low" -102 db
#
quality "very high"
# 0.5 <= passband_end < 1.0(fs/2) default 0.91
passband_end "0.95"
# 0.0 <= phase <= 100.0 default 50.0
# phase "0"
threads "0"
}
follow_outside_symlinks "yes"
follow_inside_symlinks "yes"
default_permissions "read,add,control,admin"
#
mixer_type "disabled"
#
audio_buffer_size "4096"
buffer_before_play "50%"
#
filesystem_charset "UTF-8"
id3v1_encoding "UTF-8"