JackOfAll wrote:
> Sure. Anything more can be added afterwards. All I care about at the
> moment is getting async output, and a quick hack '-X' option was what I
> was just about to implement, but it would be good to keep the options in
> sync, but if we can't use '-u X' anyway.....
Actually the logic which is setting the resample rate is in LMS, not
dsdplay. LMS is passing -r 176200 not -r 192000
So the quick hack should be to alter the custom-convert.conf to use hard
coded resample params...
LMS does this in S:P:CapablitiesHelper:samplerateLimit :
if (($maxRate % 12000) == 0 && ($srate % 11025) == 0) {
$maxRate = int($maxRate * 11025 / 12000);
}
------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=99395
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix