- readperm
- 50
- credits
- 658
- last login
- 2021-2-25
- digest
- 0
- posts
- 48
- F-Coin
- 610
- Audio Sources
- Local
- AMPs
- M11 Pro
- regtime
- 2020-4-3

- digest
- 0
- posts
- 48
- F-Coin
- 610
- Audio Sources
- Local
- AMPs
- M11 Pro
- regtime
- 2020-4-3
|
Edited by Aclii at 2021-1-25 22:48
ppunji77 replied at 2021-1-24 08:22 
The song you uploaded is a song released at 352.8Khz on Tidal. Classical albums have many such alb ...
Thanks for sharing the photos! Now I got what you mean)
I found similar question here: https://www.head-fi.org/threads/ ... 95449/post-16025219
And statement below interested me:
"When playing MQA tracks, the status bar will display the original sample rates of the MQA track instead of the playing sample rates after fully unfolding, as requested by the MQA licensor."
They indeed posted it here: https://fiio.com/newsinfo/430684.html (section 2.2)
So I decided to check if we can confirm this from device logs (dmesg and logcat) when playing MQA, here are log dumps for different MQA and non-MQA samples:
44100 16-bit regular non-MQA flac:
dmesg:- [253448.989172] [4: AudioOut_D: 2317] samsung-abox 14a50000.abox: audif clock: 33868800
Copy the Code logcat:- 01-25 00:35:18.475 2247 2317 D FIIO_PENSIR: int aqm_initialise(int, int, int, int): start type:2 outputRate:0 inputSampleRate:44100 upSampleMode;0
Copy the Code MQA 352.8 original sample rate
dmesg:- [253933.759358] [5: AudioOut_D: 2317] samsung-abox 14a50000.abox: audif clock: 22579200
- [253933.759381] [5: AudioOut_D: 2317] samsung-abox 14a50000.abox: rate=352800, width=32, channel=2, bclk=22579200
- [253933.759461] [5: AudioOut_D: 2317] samsung-abox-rdma 14a51000.abox_rdma: abox_request_cpu_gear(ffffffc07463c410, 2)
- [253933.759474] [5: AudioOut_D: 2317] samsung-abox-rdma 14a51000.abox_rdma: Playback:DmaAddr=0x00000000f6a80000 Total=122880 PrdSz=3840(30720) #Prds=4 dma_area=ffffff8002314000 rate=352800, width=32, channels=2
Copy the Code logcat:- 01-25 00:33:13.053 2247 2317 D FIIO_PENSIR: int aqm_initialise(int, int, int, int): start type:0 outputRate:3 inputSampleRate:44100 upSampleMode;0
- 01-25 00:33:13.054 2247 2317 W audio_hw_primary_abox: ============================begin mqa decoder config====================================
- 01-25 00:33:13.054 2247 2317 W audio_hw_primary_abox: mqa_pcm_open, mqa_pcmconfig.rate:352800
- 01-25 00:33:13.054 2247 2317 W audio_hw_primary_abox: mqa_pcm_open, mqa_pcmconfig.format:1
- 01-25 00:33:13.054 2247 2317 W audio_hw_primary_abox: mqa_pcm_open, mqa_pcmconfig.channels:2
- 01-25 00:33:13.054 2247 2317 W audio_hw_primary_abox: mqa_pcm_open, mqa_pcmconfig.period_size:3840
- 01-25 00:33:13.054 2247 2317 W audio_hw_primary_abox: mqa_pcm_open, mqa_pcmconfig.period_count:4
- 01-25 00:33:13.054 2247 2317 W audio_hw_primary_abox: mqa_pcm_open, mqa_pcmconfig.start_threshold:11520
- 01-25 00:33:13.054 2247 2317 W audio_hw_primary_abox: mqa_pcm_open, mqa_pcmconfig.stop_threshold:-1
- 01-25 00:33:13.054 2247 2317 W audio_hw_primary_abox: mqa_pcm_open, mqa_pcmconfig.silence_threshold:0
- 01-25 00:33:13.054 2247 21642 E mqa_decoder: mqa_player_loop:begin
- 01-25 00:33:13.054 2247 2317 W audio_hw_primary_abox: mqa_pcm_open, mqa_pcmconfig.silence_size:0
- 01-25 00:33:13.054 2247 2317 W audio_hw_primary_abox: ===============================end mqa decoder config=================================
- 01-25 00:33:13.173 2671 2843 D PhoneStatusBar: sampleRateObserver sampleRate=352800
- 01-25 00:33:13.847 2671 2671 D PhoneStatusBar: originalRate=352800 audioType=2
Copy the Code MQA 96 original sample rate
dmesg:- [254013.640554] [3: AudioOut_D: 2317] samsung-abox 14a50000.abox: audif clock: 24576000
- [254013.640585] [3: AudioOut_D: 2317] samsung-abox 14a50000.abox: rate=384000, width=32, channel=2, bclk=24576000
- [254013.640673] [3: AudioOut_D: 2317] samsung-abox-rdma 14a51000.abox_rdma: abox_request_cpu_gear(ffffffc07463c410, 2)
- [254013.640696] [3: AudioOut_D: 2317] samsung-abox-rdma 14a51000.abox_rdma: Playback:DmaAddr=0x00000000f6a80000 Total=122880 PrdSz=3840(30720) #Prds=4 dma_area=ffffff8002314000 rate=384000, width=32, channels=2
Copy the Code logcat:- 01-25 00:38:19.225 2247 2317 D FIIO_PENSIR: int aqm_initialise(int, int, int, int): start type:0 outputRate:3 inputSampleRate:48000 upSampleMode;0
- 01-25 00:38:19.225 2247 2317 W audio_hw_primary_abox: ============================begin mqa decoder config====================================
- 01-25 00:38:19.225 2247 21768 E mqa_decoder: mqa_decoder_loop:begin
- 01-25 00:38:19.225 2247 2317 W audio_hw_primary_abox: mqa_pcm_open, mqa_pcmconfig.rate:384000
- 01-25 00:38:19.225 2247 2317 W audio_hw_primary_abox: mqa_pcm_open, mqa_pcmconfig.format:1
- 01-25 00:38:19.225 2247 2317 W audio_hw_primary_abox: mqa_pcm_open, mqa_pcmconfig.channels:2
- 01-25 00:38:19.225 2247 2317 W audio_hw_primary_abox: mqa_pcm_open, mqa_pcmconfig.period_size:3840
- 01-25 00:38:19.225 2247 2317 W audio_hw_primary_abox: mqa_pcm_open, mqa_pcmconfig.period_count:4
- 01-25 00:38:19.225 2247 2317 W audio_hw_primary_abox: mqa_pcm_open, mqa_pcmconfig.start_threshold:11520
- 01-25 00:38:19.225 2247 2317 W audio_hw_primary_abox: mqa_pcm_open, mqa_pcmconfig.stop_threshold:-1
- 01-25 00:38:19.225 2247 2317 W audio_hw_primary_abox: mqa_pcm_open, mqa_pcmconfig.silence_threshold:0
- 01-25 00:38:19.225 2247 2317 W audio_hw_primary_abox: mqa_pcm_open, mqa_pcmconfig.silence_size:0
- 01-25 00:38:19.225 2247 2317 W audio_hw_primary_abox: ===============================end mqa decoder config=================================
- 01-25 00:38:19.345 2671 2843 D PhoneStatusBar: sampleRateObserver sampleRate=384000
- 01-25 00:38:19.856 2671 2671 D PhoneStatusBar: originalRate=96000 audioType=2
Copy the Code So for MQA files M11 Pro does full x8 unfolding, but FiiO decided to show original sample rate instead of real one for some reason, not sure why Hiby doesn't have this license limitation though)).
|
|