引用:
凄いぞ!ArchQ!!
Iさんが紹介してくださったArchQを試聴しました。roonでQobuzとTidalを聴きます。音が出た瞬間、椅子から転げ落ちそうになりました。使用機材は休眠中だったIntel NUC、DACはエントリークラスのKORG DS-DAC-10Rです。ネットワークは光絶縁もノイズ対策も行っていない家庭用ラインにつないでいます。それでも低音の音圧が高く、高解像度、鮮度抜群です。Diretta I²S接続やMusic Archを初めて聴いたときの衝撃を思い出しました。我が家では、鮮度感がDiretta Memoryplayと同等かそれ以上に感じられます。滑らかで空間情報豊富なMusic Archとは方向性が違いますが、すばらしい音質と思います。メインPCにインストールしたら、もっと良くなるでしょう。メニューにはramroot(OS丸ごとメモリ展開)もあります。設定はArch Linuxなので使い慣れていたため簡単でした。Music Archと両方使いたい!デュアルブートの算段を始めました。
※昨夜同じ投稿をしたのですが何か問題があったらしくFacebookにより承認待ちになってしまいました。再度検討し、修正して投稿しています。
引用:
I've just spent a week working with a brilliant contributor, leeeanh, who helped me significantly optimize the renderer's code. It turns out this mysterious contributor is an Assistant Professor of Computer Science at the University of Tokyo, and we were fortunate that he stopped by our project through the serendipity of open-source collaboration.
His method was simple: identify unnecessary loops in the code, or those that could be delegated to hardware (AVX-2 and AVX-512 optimizations), then simplify them or optimize their execution. By applying his approach, I was able to eliminate 176,000 conditional tests per second in DSD512 playback alone. And you can hear the difference.
The results are remarkable, as Dominique and Pierre-Marin have noted.
The lesson I take from this experience is that code simplicity and optimization bring transparency, dynamics, and musicality. Conversely, stacking software layers increases noise and produces the opposite effect.
PCM & AVX2 SIMD Optimization Details and Observations #3