HumanMedia wrote: 
> Just chiming in that I also have my own different requirements for
> setting the maximum DSD Player sampling rate. As mentioned a couple of
> pages back, my work DAC doesn't support 176k, but does support 192k. I
> also have quite a bit of 192k PCM which I would like LMS to send to the
> device. But for DSD I would love DSD Player to convert it to 88khz. For
> that device only.  Maybe a max sampling rate field on the Players DSD
> Player pane?

Hi @HumanMedia, just noticed your old post as I was looking around. I
have also been interested in controlling the sample rate that comes out
of dsdplay, because it seems to convert at 176k, then sends it to my DAC
which resamples to 192k. I have been interested in eliminating multiple
stages of sampling. 

I'm trying this approach out for now, modifying the Plugin.pm file in
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/DSDPlayer (on
my Debian-based OpenMediaVault NAS).


Code:
--------------------
    37c37
  <       my $capabilities = { F => 'noArgs', T => 'START=-s %t', U => 'END=-e 
%v', D => 'RESAMPLE=-r %d' };
  ---
  >       my $capabilities = { F => 'noArgs', T => 'START=-s %t', U => 'END=-e 
%v', D => 'RESAMPLE=-r ' . $client->maxSupportedSamplerate };
  
--------------------


I don't know where the %d comes from, but seems to resolve to 176400.

With the code change, as I have squeezelite set to my DACs max of 192k,
the stream coming out of dsdplay is also 192k - I'm sure it sounds
better than previously.


------------------------------------------------------------------------
krebetman's Profile: http://forums.slimdevices.com/member.php?userid=56217
View this thread: http://forums.slimdevices.com/showthread.php?t=101641

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to