dunk wrote: 
> 
> 
> First I suggest getting each command to work seprately in a commanbd
> promtp using files. Do not try blindly as part of the plugin where
> errors are not easily found or displayed.
> 
> Your custom-convert.conf has for "sox" expecting PCM when MP3 and
> expecting WAV when doign FLAC - yet you have not changed the wavin2cmd
> output format options ??  sinc eyou have not specific it - wavin2cmd
> will use default output format which IIRC is PCM (44100sample/sec, 2ch
> 16bits)
> 
> First - understand the options which control how the format which
> wavin2cmd captures audio - try wavin2cmd -h to get details of the
> options.
> 
> Then once you have a file captured by wavin2cmd in the forimnat you want
> - then feed the file as input to sox and then test sxo command until you
> get the output format you want.
> 
> Remember - PCM is a series of bytes - if wavin2cmd saves audio as PCM
> and sox expects PCM  unlessdefault match (highly unlikley) - check
> default options but it is better to explicitly specify  on both sides:
> no of channels,  samplerate, bites per sample.  Usingf a header format
> such as WAV passes this info uaotmaticlaly but there can be problems
> with streaming WAV as WAV header has a length count.


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

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to