marcoc1712 wrote: 
> 
> > 
Code:
--------------------
  >   > 
  > wav pcm * *
  >     # FT:{START=--skip=%t}U:{END=--until=%v}
  >     [flac] -cs  $START$ $END$ -- $FILE$ |[sox] -q -t flac - -t wav -r 
192000 -c 2 -3 -s -L - gain -3 rate -v
  > 
  > flc pcm * * 
  >     # FT:{START=--skip=%t}U:{END=--until=%v}
  >     [flac] -dcs $START$ $END$ -- $FILE$ |[sox] -q -t wav - -t wav -r 192000 
-c 2 -3 -s -L - gain -3 rate -v
  > 
  > 
--------------------
> > 
> 

Marco,

What is the real point to all of this? If I understand correctly, you
upsample on the server and then rather than stream to the client using a
"container" format like flac/wav, insist on sending uncompressed PCM
across the network? I must be missing something here.... Is this some
sort of audiophool belief that somehow decoding flac degrades sound
quality? Perhaps I'm missing the point, so can you please explain.


------------------------------------------------------------------------
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

Reply via email to