cenz
發表於 2016-4-7 18:26
PhantomGTR 發表於 2016-4-7 17:59 static/image/common/back.gif
cenz 兄,
正呀!你現在的電腦係咪長開?如果係,條AOC 玩多個兩個月條就修成正果。...
係, AOC,DAC 長開 24x7
PhantomGTR
發表於 2016-4-7 18:45
cenz 發表於 2016-4-7 18:26 static/image/common/back.gif
係, AOC,DAC 長開 24x7
{:8_403:}
coody
發表於 2016-4-7 19:16
小弟器材不才,行佐一個月都聽唔出有乜分別,今日終於賤賣全套AOC.
wkchand
發表於 2016-4-10 13:20
今天得閒, 把voyage個MPD 升級到0.19.14, 聲音好似有幾明顯的改善, 聲底更清, 大家不防一試.{:1_335:}
locomotive02
發表於 2016-4-10 16:47
wkchand 發表於 2016-4-10 13:20 static/image/common/back.gif
今天得閒, 把voyage個MPD 升級到0.19.14, 聲音好似有幾明顯的改善, 聲底更清, 大家不防一試. ...
師兄, 請問如何升級? 打甚麼commands? Thank you.
wkchand
發表於 2016-4-10 17:11
locomotive02 發表於 2016-4-10 16:47 static/image/common/back.gif
師兄, 請問如何升級? 打甚麼commands? Thank you.
You can follow the instructions below.
1. Stop MPD
/etc/init.d/mpd stop
2. Make a temp dir in /root/temp
cd /root
mkdir temp
cd temp
3. Download the latest MPD Source code
wget http://www.musicpd.org/download/mpd/0.19/mpd-0.19.14.tar.xz
tar xvJf mpd-0.19.14.tar.xz
cd mpd-0.19.14
4. Install the tools to compile
apt-get update
apt-get install build-essential gcc automake1.9 libtool flex bison gdb
5. Compile from Source
sh autogen.sh
./configure
make
make install
And then wait..if everything is OK, you can do the following steps
6. Cleanup old version of MPD and Symlink the new one
mv /usr/bin/mpd /usr/bin/mpd_old
ln -s /usr/local/bin/mpd /usr/bin/mpd
7. Restart MPD
/etc/init.d/mpd start
8. Confirm if its the latest version
mpd -V
You can see "Music Player Daemon 0.19.14"
PhantomGTR
發表於 2016-4-10 18:34
本帖最後由 PhantomGTR 於 2016-4-10 19:34 編輯
wkchand 發表於 2016-4-10 17:11 static/image/common/back.gif
You can follow the instructions below.
1. Stop MPD
GREAT, THANKS!!
Did u try the line 9-12 in this https://github.com/lintweaker/mpd-dsd-018/blob/master/README-native-DSD in your new mpd? {:1_254:}
Note: disable DoP output config option: 'dsd_usb "no"' when using native DSD playback
(Post76 Android 手機版送出)
PhantomGTR
發表於 2016-4-10 18:37
Today I've tried the upsampling of mpd with my LKS
Add this in mpd.conf thru the web interfaceformat "352800:24:2"352800 = 382.8K (DXD) or the highest value ur dac can support
24 = bitrate, u can use 32
2 = 2 channelssamplerate_converter "Best Sinc Interpolator"to choose the best converter
Lastly click “save and apply" just beneath this web based editor.
Pls. tell us how do u feel the sound.{:1_254:}
wkchand
發表於 2016-4-11 10:10
PhantomGTR 發表於 2016-4-10 18:37 static/image/common/back.gif
Today I've tried the upsampling of mpd with my LKS
Add this in mpd.conf thru the web interface35280 ...
Thanks C Hing. I m not using LKS, but let me have a try this week end.
(Post76 Android 手機版送出)
PhantomGTR
發表於 2016-4-11 15:14
wkchand 發表於 2016-4-11 10:10 static/image/common/back.gif
Thanks C Hing. I m not using LKS, but let me have a try this week end.
(Post76 Android 手機版送出) ...
Just for fun, take ur time.{:1_254:}