Hi there.

Below some basic examples - by using squeezelite piped into sox - for
those who are interested to test the effects of dithering:

No dithering

Code:
--------------------
    
  squeezelite -n sl1 -b 10000:200000 -c flac -a 32  -o - | sox -q -D -t raw -c 
2 -r 44100 -b 32 -e signed - -t alsa -b 32 hw:0,0
  
--------------------


TPDF dithering

Code:
--------------------
    
  squeezelite -n sl1 -b 10000:200000 -c flac -a 32  -o - | sox -q -t raw -c 2 
-r 44100 -b 32 -e signed - -t alsa -b 32 hw:0,0 dither
  
--------------------


Slightly sloped dithering

Code:
--------------------
    
  squeezelite -n sl1 -b 10000:200000 -c flac -a 32  -o - | sox -q -t raw -c 2 
-r 44100 -b 32 -e signed - -t alsa -b 32 hw:0,0 dither -S
  
--------------------


My conclusion: I think it's worth to have a closer look at it.


------------------------------------------------------------------------
soundcheck's Profile: http://forums.slimdevices.com/member.php?userid=34383
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