Code:
--------------------
--- squeezelite-0.9beta11/pcm.c~ 1985-08-14 00:00:00.000000000 +0100
+++ squeezelite-0.9beta11/pcm.c 2013-01-31 12:47:13.601791812 +0000
@@ -36,7 +36,7 @@
#define MAX_DECODE_FRAMES 4096
static u32_t sample_rates[] = {
- 11025, 22050, 32000, 44100, 48000, 8000, 12000, 16000, 24000, 96000,
88200, 176400, 192000
+ 11025, 22050, 32000, 44100, 48000, 8000, 12000, 16000, 24000, 96000,
88200, 176400, 192000, 352800, 384000
};
static u32_t sample_rate;
--------------------
Obviously a corresponding server side patch is needed, but not your
code. ;)
Code:
--------------------
---
logitechmediaserver-7.8.0.r34034-server/server/Slim/Player/SqueezePlay.pm~
2013-01-22 11:24:50.000000000 +0000
+++ logitechmediaserver-7.8.0.r34034-server/server/Slim/Player/SqueezePlay.pm
2013-01-31 13:11:05.604467961 +0000
@@ -223,6 +223,8 @@
96000 => '9',
176400 => ';',
192000 => '<',
+ 352800 => '=',
+ 384000 => '>',
);
my $rate = $pcm_sample_rates{$track->samplerate()};
--------------------
------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=97046
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix