KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
example.cpp File Reference
#include <kos.h>
#include <modplug/stdafx.h>
#include <modplug/sndfile.h>

Functions

void * mod_callback (snd_stream_hnd_t hnd, int len, int *actual)
 
int main (int argc, char **argv)
 

Variables

uint16_t sound_buffer [65536] = {0}
 
CSoundFile * soundfile
 

Function Documentation

◆ main()

◆ mod_callback()

void * mod_callback ( snd_stream_hnd_t hnd,
int len,
int * actual )

References sound_buffer, and soundfile.

Referenced by main().

Variable Documentation

◆ sound_buffer

uint16_t sound_buffer[65536] = {0}

Referenced by mod_callback().

◆ soundfile

CSoundFile* soundfile

Referenced by main(), and mod_callback().