Page 1 of 1

help! need to add music to my levels

Posted: Wed Oct 26, 2005 11:21 pm
by mf_jober
how do you put a sountrack on a level? you know like a BGM playing during the game? tried using StreamingAudioProxy and an .ogg file, but my OGG file hissses. i tried to use mp3's but it runs slow (mind you, i am using minimum requirements). i tried WAV files but it crashes (and a Visual Studio 2005 debugger window comes out, i have VS2005 Beta for free).

Posted: Thu Oct 27, 2005 12:08 am
by AndyCR
try setting the "szStreamingAudio" setting in your playerstart entity to your ogg file, and see if it still hisses (after removing the streamingaudioproxy). you'll want to use .ogg if at all possible, since .mp3 has stickly license issues and .wav is just plain huge. if it still hisses, play it in another program and see if it still does; if so, its the program you used to encode its fault.