| View previous topic :: View next topic |
| Author |
Message |
the underminer
Joined: 03 Oct 2005 Posts: 124 Location: Netherlands
|
Posted: Tue Apr 10, 2007 5:49 pm Post subject: mp3 mod + mikmod |
|
|
Mp3 mod plays mp3's at a good volume -maybe a little bit loud- but mikmod plays wav files waay to soft. The result is BGM with sfx that are unhearable.
I use commands like
Sound.load("./music/sfx_destroy_brick.wav")
to load my wavs, and I call
SoundSystem.SFXVolume(128)
to set the volume to the max. This doesn't help.
I noted that there are other ways to load a wav and set volume with mikmod
Music.volume(128), for instance. But this doesn't seem to be the right way.
voice:volume( number [0-255] ) can be set to 255. But how do I use voice and what is the use of it? _________________ Behold! The Underminer got hold of a PSP |
|
| Back to top |
|
 |
the underminer
Joined: 03 Oct 2005 Posts: 124 Location: Netherlands
|
Posted: Tue Apr 10, 2007 6:07 pm Post subject: |
|
|
I just got voice working with volume to 255. But I don't hear any differcence in volume with doing sound:play() _________________ Behold! The Underminer got hold of a PSP |
|
| Back to top |
|
 |
|