Help - Search - Members - Calendar
Full Version: Presets Configuration File in XML
Hydrogenaudio Forums > Lossy Audio Compression > MP3 > MP3 - Tech
CRYON
I'm working on LAME (and maybe FAAC, FAAD2, VORBIS) frontend. The app will be loading custom presets from configuratrion file (XML format). I need to get some feedback on the format of configuration file: is this user friendly or not!

user posted image

user posted image

The config file listing (*.XML)

CODE
<?xml version="1.0" ?>
<Presets>
   <Preset name="CBR 320 kbit/s" options="-b 320" />
   <Preset name="VBR ~245 kbit/s" options="-V 0 --vbr-new" />
   <Preset name="VBR ~225 kbit/s" options="-V 1 --vbr-new" />
   <Preset name="VBR ~190 kbit/s" options="-V 2 --vbr-new" />
   <Preset name="VBR ~175 kbit/s" options="-V 3 --vbr-new" />
   <Preset name="VBR ~165 kbit/s" options="-V 4 --vbr-new" />
   <Preset name="VBR ~130 kbit/s" options="-V 5 --vbr-new" />
   <Preset name="VBR ~115 kbit/s" options="-V 6 --vbr-new" />
   <Preset name="VBR ~100 kbit/s" options="-V 7 --vbr-new" />
   <Preset name="VBR ~85 kbit/s" options="-V 8 --vbr-new" />
   <Preset name="VBR ~65 kbit/s" options="-V 9 --vbr-new" />
   <Preset name="ABR 56 kbit/s Mono" options="--abr 56 -mm" />
   <Preset name="Decode to WAV" options="--decode" />
</Presets>


is this acceptable?

PS. This part of app is fully functional (loading), the editing will be added soon, right now you can edit this in text editor and in app you can select custom command line.

The app is fully futured frontend (only data showed while encoding/decoding is progressbar, LAME window is hidden. App is in alpha stage of developing, but the core code is working, only interface and more configuration options are added (chosing enc/dec type, output type and options for each enc/dec).

EDIT: added screenshots!
SCRON
silence is gold

i'm very sad
Synthetic Soul
I didn't see this first time around.

Looks fine to me (if those VBR bitrates match the HA wiki).
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.