mp3 mod + mikmod

Discuss using and improving Lua and the Lua Player specific to the PSP.

Moderators: Shine, Insert_witty_name

Post Reply
the underminer
Posts: 123
Joined: Mon Oct 03, 2005 4:25 am
Location: Netherlands

mp3 mod + mikmod

Post by the underminer »

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
the underminer
Posts: 123
Joined: Mon Oct 03, 2005 4:25 am
Location: Netherlands

Post by the underminer »

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