Ronald

I found the issue you were mentioning:

in file sox.c, routine calculate_output_signal_parameters()

there are these funny lines:


Code:
--------------------
    
  /* FIXME: comment this: */
  ofile->signal.precision = combiner_signal.precision;
  
--------------------


I suggest changing these to


Code:
--------------------
    
  ofile->signal.precision = ofile->encoding.bits_per_sample;
  
--------------------


Anyway, your workaround looks like working just fine.
I fixed (?) the bug and have my private copy (for Windows)


-- 
michael123
------------------------------------------------------------------------
michael123's Profile: http://forums.slimdevices.com/member.php?userid=23745
View this thread: http://forums.slimdevices.com/showthread.php?t=69454

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

Reply via email to