MadScientist;514588 Wrote: 
> Sorry, I didn't express myself very well.  Where I want to get to is to
> adapt your filter from Post 79 for converting flac to flac.   I want to
> do this via batch file so I can do A/B tests.  
> 
> MS

OK
so it is the filter I am using now

my_conv.cmd

Code:
--------------------
    
  cd %~dp0
  mkdir "min-phase"
  FOR %%A IN (%*) DO sox -v0.965 --buffer 32768 -t wav %%A -t flac -C0 -b24 
"min-phase/%%~nxA.flac" rate -b 85 -Mam 96k
  
--------------------


it takes WAV and produces FLAC

e.g. "my_conv test.wav"


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

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

Reply via email to