Welcome to Tactical Gamer

+ Reply to Thread
Results 1 to 3 of 3
Discussion: ArmA - Development / ArmA - Mission Development - Adding music to missions - Need your help again brainiacs. 1.) What's a reliable free program for converting music to
  1. #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.



  2.  
  3. #2

    ForGlory&Pain's Avatar

    Join Date
    Jan 2008
    Location
    BC, Canada
    Age
    32
    Posts
    1,009

    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.

  4.  
  5. #3

    GeneralCarver's Avatar

    Join Date
    Aug 2007
    Location
    Indiana, USA
    Age
    32
    Posts
    532

    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 )

  6.  

     

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts


  
 

Back to top