XyLe-GBP / ATRACTool-Reloaded

GUI-based and Open source ATRAC3 / ATRAC3+ / ATRAC9 Converter.
MIT License
48 stars 3 forks source link

Ver 1.25 (20221001) settings.ini wave to atrac error #6

Closed Jimmm closed 1 year ago

Jimmm commented 1 year ago

Hi XyLe-GBP,

Is it possible to add proper setting.ini file to both release versions? If I encode wave to atrac the following error appears: image

Solution now: Go to settings, change any option, proper settings.ini will be created.

Better solution: Include working settings.ini in both release versions

Working settings.ini: [ATRAC3_SETTINGS] Console=0 Bitrate=7 LoopSound=0 LoopPoint=0 LoopStart_Samples= LoopEnd_Samples= LoopTime=0 LoopTimes= Param=at3tool -e -br 128 $InFile $OutFile [OTHERS] ToolStrip=0 [ATRAC9_SETTINGS] Console=0 Bitrate=7 Sampling=2 LoopSound=0 LoopPoint=0 LoopStart_Samples= LoopEnd_Samples= LoopTime=0 LoopTimes= LoopList=0 LoopListFile= Advanced=0 EncodeType=0 EncodeTypeIndex= AdvanceBand=0 NbandsIndex= IsbandIndex= DualEncode=0 SuperFrameEncode=0 Param=at9tool -e -br 168 -fs 48000 $InFile $OutFile [GENERIC] LPCreateIndex=0

XyLe-GBP commented 1 year ago

The ini file is obsolete in this update. Instead, serialized xml files are used. Although the ini file is obsolete, we are already aware of this bug and have changed this update to generate the appropriate xml file, so this bug should no longer occur. If you still have problems, please leave a comment here.

Jimmm commented 1 year ago

No more problems, thanks.