顯示具有 Yggdrasil 標籤的文章。 顯示所有文章
顯示具有 Yggdrasil 標籤的文章。 顯示所有文章

2019年11月11日 星期一

Qobuz 試用

這兩天 Qobuz 推出新的試用方案, Studio Premier,應該是因應各大平台也推出 lossless 串流的關係。

US$14.99,高解析串流(最高24bit/192kHz)加上可以額外購買 HiRes 離線檔案,心癢就來弄了。不過遇到一個大問題,就是怎麼把 Qobuz 弄到我的 RPi3 串流器上面,因為他沒有原生的程式庫可以接(不像 Spotify),所以有幾個不同的作法
  1. 直接弄個平板或是電腦接到 DAC 上面,這個多半是透過 USB 介面
  2. 用 Chromecast 或是 Apple Airplay 裝置
但是我是個鐵齒的人,一定要來弄 BubbleUPnP + DLNA 這樣的解決方案。其實也可以用,而且可以直接用我原有 Volumio 當作 DLNA 播放器,無損串流到我的 RPi3 上頭,然後透過 AES 線進到 Yggdrasil 裡頭去。

和 Spotify 320kbps OGG 比起來,無損的 44.1/16bit 聽起來的結像更具體,音場更深,但是很有趣的是,可以轉得比以前大聲也不覺得吵。比較明顯的優缺點,其實在鋼琴的 reverberation,無損就沒有那種壓縮後的怪聲音出現。

既然轉換過來,也想把 Spotify 已經儲存的四百多張唱片資料也轉過來,調查了幾個現存的服務,不是做得不好就是要收錢,想想反正 Spotify 有提供 API,就自己把自己的專輯資訊挖了下來(奇怪,API不提供藝人的資料輸出),看看怎樣能才轉換到 Qobuz 上頭。

已經手動轉換的幾張音質真的都不賴,以後如果沒有意外的話,大概會繼續用下去。Spotify 和 YouTube Music 到時候應該會選一個繼續拿來聽流行音樂。

2017年7月4日 星期二

The annoying clicking when using Schiit DAC with TOSLink/COAX digital output from a Hifiberry Digi+ Pro

If one is using Hifiberry Digi+ Pro with the new VolumioNext build, one problem that might happen is that the digital output gets turned off in about 5 secs of idleness.

This is not ideal if your DAC uses a relay (Schiit Yggdrasil, NAD D5010, etc) and clicks like crazy when the signal switches off/on.

VolumioNext uses new kernel 4.9.31, so the changes in the driver for Digi+ Pro won't work. The new kernel introduces a new way of powering down the soc drivers in

sound/soc/soc-core.c

The module introduces a new parameter pmdown_time that can either be set during runtime or during boottime. I opted for boot-time, so adding

snd-soc-core.pmdown_time=-1
to the end of my /boot/cmdline.txt does the trick. Now my DAC locks onto the signal upon boot and only click when the player explicitly send rate change signals to the output, but that's another story.