problem with mikmodlib <volume is too low>

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
picobsd
Posts: 18
Joined: Thu Apr 19, 2007 7:24 pm

problem with mikmodlib <volume is too low>

Post by picobsd »

I've just use Voice_SetVolume to set volume to 255 (max), but when I play the sound, it's volume was still too small than use psp's inner player, why?
Last edited by picobsd on Thu Jul 26, 2007 1:49 pm, edited 1 time in total.
User avatar
Jim
Posts: 476
Joined: Sat Jul 02, 2005 10:06 pm
Location: Sydney
Contact:

Post by Jim »

Is your sample normalised?

Jim
picobsd
Posts: 18
Joined: Thu Apr 19, 2007 7:24 pm

Post by picobsd »

Jim wrote:Is your sample normalised?

Jim
yes, I tried many samples, their volume is all small than the volume played with psp.

I copy the .wav file in two dir, one is my homebrew homedir, and use wavloader(a wrapper of mikmodlib) play it, the other dir is psp's MUSIC folder(the psp music player's default dir) and let psp play it, the latter is more louder than the former (use mikmodlib)

so I think my sample file is no problem .
Insert_witty_name
Posts: 376
Joined: Wed May 10, 2006 11:31 pm

Post by Insert_witty_name »

Mikmod produces lower volume output for some reason, I've noticed it myself.
picobsd
Posts: 18
Joined: Thu Apr 19, 2007 7:24 pm

Post by picobsd »

Insert_witty_name wrote:Mikmod produces lower volume output for some reason, I've noticed it myself.
Is there other way to play wav files? use pspaudio lib?
Post Reply