-
11-28-2009, 03:07 PM #1
- Join Date
- Jan 2006
- Location
- I jump between Maine and Trier, Germany
- Age
- 26
- Posts
- 2,134
Adding music to missions
Need your help again brainiacs.
1.) What's a reliable free program for converting music to OGG?
2.) How do you control the volume of music? I know Snake had to work with the music for Il Drang a lot till it was perfect.



-
11-28-2009, 03:26 PM #2
Re: Adding music to missions
audacity can export as ogg. A coarse way to control volume would also be in the audio file itself, just make sure you compress it a bit heavier than normal the lower you want it played so its more intelligible.
-
11-29-2009, 03:02 AM #3
Re: Adding music to missions
When you specify the music in the description.ext file you can also set the volume there.
CfgMusic
class CfgMusic
{
tracks[]={};
class MarsIntro
{
name = "";
sound[] = {"\music\filename.ogg", db+0, 1.0};
};
class Ludwig9
{
name = "";
sound[] = {"\music\filename.ogg", db+10, 1.0};
};
};
( from.. http://community.bistudio.com/wiki/D...n.ext#CfgMusic )
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)



Reply With Quote

Bookmarks