Transférer les fichiers vers 'AudioConvert'

This commit is contained in:
Asriel Dreemurr 2021-04-10 12:31:58 +02:00
parent 4e5727b8f8
commit 213d688f57
2 changed files with 14 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/>
</startup>
<appSettings>
<add key="sox_path" value="tools\sox\sox.exe" />
<add key="madplay_path" value="tools\madplay\madplay.exe" />
<add key="faad_path" value="tools\faad\faad.exe" />
<add key="lame_path" value="tools\lame\lame.exe" />
<add key="vgm2wav_path" value="tools\vgm2wav\vgm2wav.exe" />
<add key="vgmstream_path" value="tools\vgmstream\test.exe" />
</appSettings>
</configuration>