Skip to content

skyelin-dev/GC-Wii-Oggplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

GC-Wii-Oggplayer

An updated version of the libogc example oggplayer to support multiple voices playing simultaneously. All functions now take an additional s32 voice argument (pass 0 to match behaviour with the original), and the maximum supported voices can be configured by changing the OGG_VOICE_COUNT macro in the header file, from its default of 4. When playing audio from other sources, ensure the voice you play on is equal to OGG_VOICE_COUNT or higher.

Note for VSCode users (from personal experience):

If your intellisense keeps showing errors in oggplayer.c and not recognising OGG_VOICE_COUNT as existing, it's probably because it is using the version of the file from the devkitPro examples folder. Either change the C/C++ extension include paths to not include that folder, or delete the examples.

About

Multi voice Ogg Vorbis player for the Nintendo Gamecube and Wii

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages