Converting to WAVYou will need audacity for this step
Audacity is a free program you can Download it here
http://audacity.sourceforge.net/After that its very simple
Just install Audacity and Start it locate your sound file and
DragAndDrop into the audacity program.
Then click in the top left corner File> Export As WAV you want put this where you
Can Find ItScriptThis section requires a text editor like "notepad" or as i use "notepad++"
When i say script i imagine most of you flinching but no worrys its very simple
Just type this
datablock AudioProfile(name of your sound)
{
filename = "./Nameof soundfile.wav;
description = AudioClosest3d;
preload = Ture or False;
}
Then press File>Save> server.cs> All types (".")
Make sure theres a ; after every line exept the first
PackagingThis is the final step you are going to create a Zip file named Sound_
name of your sound In that ZIP create 2 text documents one named namecheck and the other named description
NameCheckSound_
Name of your soundDescription Name
Author
After that drag the sever.cs and the .wav into the file
Thank you