moonwatcher
27th January 2003, 04:03
DSPGuru,
Do you suppose its possible to make Besweet process script files in addition to the CLI interface, for those of us who prefer to use scripts over GUI's :)
Something like a -f switch that will process a special script file (say .BSI files) that will have an XML style that is more comfortable. For now I simply write dos .bat files with the correct CLI, but it’s a bitch to look at as it is all in one text block, Something like:
<core>
<input>
"M:\Process\FELLOWSHIP\FELLOWSHIP.ac3"
</input>
<output>
"M:\Process\FELLOWSHIP\FELLOWSHIP.ogg"
</output>
<logfile>
"M:\Process\FELLOWSHIP\FELLOWSHIP_BeSweet.log"
</logfile>
</core>
<azid>
-s stereo
</azid>
<ota>
-norm 0.97
</ota>
<ogg>
-q 0.500
</ogg>
Do you suppose its possible to make Besweet process script files in addition to the CLI interface, for those of us who prefer to use scripts over GUI's :)
Something like a -f switch that will process a special script file (say .BSI files) that will have an XML style that is more comfortable. For now I simply write dos .bat files with the correct CLI, but it’s a bitch to look at as it is all in one text block, Something like:
<core>
<input>
"M:\Process\FELLOWSHIP\FELLOWSHIP.ac3"
</input>
<output>
"M:\Process\FELLOWSHIP\FELLOWSHIP.ogg"
</output>
<logfile>
"M:\Process\FELLOWSHIP\FELLOWSHIP_BeSweet.log"
</logfile>
</core>
<azid>
-s stereo
</azid>
<ota>
-norm 0.97
</ota>
<ogg>
-q 0.500
</ogg>