Odd that lame is being used rather than sox - have you enabled bit rate
limiting for the player ?

WAV is a file format - PCM is an audio sample format.  WAV files have a
header and many PCM samples.  The headers details how the samples are to
be handled (e.g. 1ch vs 2ch, sample rate).  RAW files have no headers
just PCM samples.  I think AIFF files have a different header and PCM
sample are other way around.

playing 96k on an SB1 should be the same as SB3 - using the following
rule in convert.conf

Code:
--------------------
    
  
  flc flc transcode *
  # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
  [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t flac -C 0 
$RESAMPLE$ - 
  
--------------------


Can you enable logging player.source to DEBUG to see what conversions
are being applied to play your tracks.


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=93442

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

Reply via email to