The volume on a sound file is always loudest when you (or your camera position, actually) are closest to the source. It drops off with distance, just as it does in RL. You can only increase the maximum volume to the limit set by LSL in the llPlaySound function. If it's already set to 1.0, your only option is to re-record or readjust the volume level in the original sound file and upload a fresh copy. Assuming that you have full permissions for the sound file, or that it's already on your computer, you can do that editing with any standard sound editing program.
If th volume already OK when you are standing next to the source, you can also try rewriting your script to make the source prim a master sound source (using llLoopSoundMaster) and then set up extra sound sources that use llLoopSoundSlave to sync with the master prim. That's like having auxiliary wireless speakers in your living room to pipe the sound to you from several directions at once.
Question
Rolig Loon
The volume on a sound file is always loudest when you (or your camera position, actually) are closest to the source. It drops off with distance, just as it does in RL. You can only increase the maximum volume to the limit set by LSL in the llPlaySound function. If it's already set to 1.0, your only option is to re-record or readjust the volume level in the original sound file and upload a fresh copy. Assuming that you have full permissions for the sound file, or that it's already on your computer, you can do that editing with any standard sound editing program.
If th volume already OK when you are standing next to the source, you can also try rewriting your script to make the source prim a master sound source (using llLoopSoundMaster) and then set up extra sound sources that use llLoopSoundSlave to sync with the master prim. That's like having auxiliary wireless speakers in your living room to pipe the sound to you from several directions at once.
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now