INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: DSD sample rate displayed in status window  (Read 1400 times)

DangerJP

  • World Citizen
  • ***
  • Posts: 123
DSD sample rate displayed in status window
« on: August 17, 2014, 09:54:20 am »

Hi,

I'm trying to understand if MC resamples my DSD files (and do any kind of PCM conversion) or if it is simply a display issue.


When I play DSD files in MC, the status window indicates a sample rate of 352.8 kHz. 

However, as shown in the attached picture, the DSP window indicates the actual [sample rate] of the file as the output (2.8 MHz).
Also, my DAC (iFi Micro iDSD) indicates that it actually receives a DSD stream.

Could it be a simple display issue in the status window ?

The code I use in the status window is the following:
[Elapsed Time] // [Total Time] // [Remaining Time], [File Type], [Bit Depth] bit // Replace([Sample Rate],/,,.) kHz, [Channels] channels, mid(/ / / / , length([Bitrate]))[Bitrate (Labeled)], DRFormatNumber([Dynamic Range (DR)],0)


Thanks !
Logged

6233638

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 5353
Re: DSD sample rate displayed in status window
« Reply #1 on: August 17, 2014, 10:06:23 am »

Looks like a display issue if you are bitstreaming.
Logged

Hendrik

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 10738
Re: DSD sample rate displayed in status window
« Reply #2 on: August 17, 2014, 10:35:01 am »

That's the internal format we use to store the DSD in the buffer (since storing 1 bit at a time would be insanely inefficient, its packed into bigger chunks), when bitstreaming some internal technical details leak through the cracks, there is nothing wrong with playback.
Logged
~ nevcairiel
~ Author of LAV Filters

DangerJP

  • World Citizen
  • ***
  • Posts: 123
Re: DSD sample rate displayed in status window
« Reply #3 on: August 17, 2014, 11:05:20 am »

Ok.

Thanks for the explanation !
Logged
Pages: [1]   Go Up