Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Wav Loader PSP: Difference between revisions

From GameBrew
No edit summary
No edit summary
 
Line 4: Line 4:
|description=A simple interface for utilising the MikMod library to play WAV files.
|description=A simple interface for utilising the MikMod library to play WAV files.
|author=David Perry (Insomniac)
|author=David Perry (Insomniac)
|lastupdated=
|type=Developments
|lastupdated=2006/08/18
|lastupdated=2006/08/18
|type=Development
|version=0.1
|version=0.1
|license=Mixed
|license=Mixed

Latest revision as of 00:54, 25 June 2024

Wav Loader
Wavloaderpsp.png
General
AuthorDavid Perry (Insomniac)
TypeDevelopment
Version0.1
LicenseMixed
Last Updated2006/08/18
Links
Download
Website

A simple interface for utilising the MikMod library to play WAV files.

User guide

Installing mikmodlib

At a Cygwin prompt type:

svn checkout svn://svn.ps2dev.org/psp/trunk/mikmodlib

When the files have finished downloading type:

cd mikmodlib
make install

Samples

In the 'Samples' directory within this archive there is example code on how to integrate wavloader.

There are two examples currently.

  • simple - Shows only the basic functions needed to load and play a WAV.
  • advanced - Illustrates how to change the volume, pan and stopping a playing WAV.

(When compiling these samples do not forget to put the 'sound.wav' file in the same folder as the EBOOT when moving onto the PSP)

The samples and the wavloader.h are well commented so implementation should be simple.

MikMod will only play MONO uncompressed WAV files.

Changelog

Version 0.1

  • Initial Release.

External links

Advertising: