This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.TXT
65 lines (41 loc) · 2.62 KB
/
README.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[AAET] Avorion Audio Encoding Tools
-----------------------------------------------------------[ INTRODUCTION ]----
* Avorion Audio Encoding Tools is a bundle of Windows Batch Shell scripts to
ease the audio production for Avorion modders, powered by ffmpeg.
* For a more updated version of ffmpeg visit:
https://ffmpeg.org/download.html
* For support, join Avorion Discord, CansecoDev#8014 will gladly help you:
https://discord.com/invite/avorion
-----------------------------------------------------------[ FEATURES ]----
* Encode any audio file to what it requires with ease.
* Encode multiple audio files at once given a category.
* Easy to use (drag and drop).
* Accepts parameters for advanced users and automated use cases.
-----------------------------------------------------------[ USAGE ]----
* Drag and drop either a single audio file, or a directory containing multiple
audio files to AAET, then it will ask for the encoding category, which can
be either ui, 3d or mx. Finally it will produce files with this names at the
same directory they were originally located:
{original file/s}_CONVERTED.{EXT}
* You can also use the command line like this:
> AAET {input} {format} [output] [--no-suffix]
- input determines the input path, it must be either an audio file or a
directory containing audio files, determining the output automatically
disables the "Press any key to exit" message.
- format determines the encoding category:
ui to encode the audio for SFX that plays at UI level.
3d to encode the audio for SFX that plays on the 3D world.
mx to encode the audio for Music.
- output determines the output path, defaulting to the same as the input.
- --no-suffix will make it not add the _CONVERTED suffix to the files, this
is only functional if determining the output directory.
-----------------------------------------------------------[ REQUIREMENS ]----
* This will virtually work on any system that runs an updated Windows 10.
* For Linux users, you can apt/yum install ffmpeg, then take a look at the
provided .BAT files and use the same parameters from there.
-----------------------------------------------------------[ LEGAL ]----
* This file is licensed under the GNU Lesser General Public License, v2.1
See LICENSE.TXT for details.
-------------------------------------------------------------------------------
THIS FILE IS NOT MADE, DISTRIBUTED, OR SUPPORTED BY STEFANO SABATINI,
SOFTWARE IN THE PUBLIC INTEREST, SPI, INC. BOXELWARE GMBH AND/OR ITS LICENSORS.