Doomtrooper 0 Posted December 5, 2002 I have a problem with custom sounds in my weapon addon. They come in too LOW!!! I can BARELY hear them!! I don't know what's wrong...... The sound file is in .wave format. Here's the part of the config.... </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">sound[]={"scout\scoutfire.wav",db+40,1};<span id='postcolor'> Why isn't it working right?? And adding the db's won't work! Share this post Link to post Share on other sites
DragoFire 0 Posted December 5, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Doomtrooper @ Dec. 06 2002,03:50)</td></tr><tr><td id="QUOTE">I have a problem with custom sounds in my weapon addon. They come in too LOW!!! I can BARELY hear them!! I don't know what's wrong...... The sound file is in .wave format. Here's the part of the config.... </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">sound[]={"scout\scoutfire.wav",db+40,1};<span id='postcolor'> Why isn't it working right?? And adding the db's won't work!<span id='postcolor'> Isn't "db" always a "-#" and "-0" the highest you can get. Change the "+40" to "-10" and see how that going. DragoFire Share this post Link to post Share on other sites
suma 8 Posted December 5, 2002 Make sure your sound is using full dynamic range of the sample (you can see this in the sound editing package). Share this post Link to post Share on other sites
Doomtrooper 0 Posted December 6, 2002 So, what should the soundfile be? 16 bit mono? 8 bit mono??? stereo?? Share this post Link to post Share on other sites
Doomtrooper 0 Posted December 6, 2002 I was having custom sound problems in my mission too, but now they work. I just don't get why those gun sounds wont work... Share this post Link to post Share on other sites
Stag 0 Posted December 8, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Suma @ Dec. 04 2002,23:13)</td></tr><tr><td id="QUOTE">Make sure your sound is using full dynamic range of the sample (you can see this in the sound editing package).<span id='postcolor'> Appears to be the same problem I'm having. How do you go about checking this? Which sound editing package? Share this post Link to post Share on other sites