help! need to add music to my levels

Discuss any other topics here
Post Reply
mf_jober
Posts: 14
Joined: Wed Oct 26, 2005 11:15 pm
Location: Temecula, CA
Contact:

help! need to add music to my levels

Post 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).
User avatar
AndyCR
Posts: 1449
Joined: Wed Jul 06, 2005 5:08 pm
Location: Colorado, USA
Contact:

Post 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.
Post Reply