Should the supported streams returned in the formats subroutine be
changed from wav to pcm in 7.4?

Code:
--------------------
    
  --- SqueezeSlave.pm.orig   2009-06-08 14:36:02.000000000 -0400
  +++ SqueezeSlave.pm     2009-06-25 07:07:24.000000000 -0400
  @@ -67,6 +67,6 @@
  sub formats {
  my $client = shift;
  
  -       return qw(ogg flc wav mp3);
  +       return qw(ogg flc pcm mp3);
  }
  
--------------------

I currently can't stream native pcm to squeezeslave I have to transcode
it to ogg, flac or mp3.

If this should be changed would someone please update SqueezeSlave.pm.

Thanks,

Ralphy.


-- 
ralphy
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=64906

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

Reply via email to