-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathHOW TO ADD SOUNDS.txt
62 lines (44 loc) · 2.69 KB
/
HOW TO ADD SOUNDS.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
https://github.com/Metastruct/garrysmod-chatsounds
1. Ask <insert admin here> to get access to the chatsounds GitHub
( or make a fork and pull request: https://help.github.com/articles/fork-a-repo/ )
=== using GitHub for Windows: https://windows.github.com/ ===
2. Click the "Clone in Desktop" button on https://github.com/Metastruct/garrysmod-chatsounds
( or if you forked: https://github.com/YOUR_USERNAME/garrysmod-chatsounds )
=== using TortoiseSVN: http://tortoisesvn.net/downloads.html ===
2. Right click in your addons folder and "SVN Checkout..." the url: https://github.com/Metastruct/garrysmod-chatsounds/trunk
( or if you forked: https://github.com/YOUR_USERNAME/garrysmod-chatsounds/trunk )
3. Add the sounds using the preferred format.
=============================================
format : ogg
ogg quality : ~30% / ~3
sample rate : 44.1 kHz
channels : mono (if it's music use stereo)
bit depth : 16 bit
=============================================
Name your folders properly or you'll make !cake angry. D:<
Ensure that you can spell or you'll make !cake angry. D:<
4. Make sure you remove left over files that aren't ogg files
5. Run chatsounds-preprocessor-full in the root of the repo ( this will generate the list files for you )
6. Commit!! ( and Sync if using GitHub for Windows )
7. If you forked you will need to create a "Pull Request": https://help.github.com/articles/creating-a-pull-request/
( if using GitHub for Windows you can click the button to the left of "Sync" to do a pull request
but be sure to select "Metastruct/master" as the destination branch )
You can use Audacity, foobar2000 or Adobe Audition to convert to ogg.
HOW TO CONVERT STEREO TRACKS TO MONO IN AUDACITY:
1. Select the track by clicking in its Track Control Panel
2. Click Tracks > Stereo Track to Mono
HOW TO CHANGE OGG QUALITY IN AUDACITY:
1. Click on "File" > "Export"
2. Select "Ogg Vorbis Files" in the "Save as type" drop-down menu.
3. Click on "Options..."
4. Adjust the slider and set it to 3
5. Press OK
HOW TO CONVERT WITH FOOBAR2000:
1. Right click on desired track, then Convert -> Quick Convert
2. Select "Ogg Vorbis", then press Edit and set Quality to q3.0
3. Press OK, then Convert
4. At this step you will be required to specify path to oggenc2, if you haven't done it already.
Download it from here: http://www.rarewares.org/files/ogg/oggenc2.87-1.3.3-generic.zip
Put it in some folder and specify path to it when foobar2000 prompts for it.
In Adobe Audition it helps to make markers and name markers that you can export all at once in the end.
In Audacity you can attach marker to current selection by pressing Ctrl-B.