sound api
-
hi!
ich brauche für ein programm eine sound api...zum abpsielen von .wav oder .mp3 ...je nach dem
welche sound api's auser fmodapi373win könnt ihr mir noch empfehlen??da hab ich mal ein beispiel wie ich so einen sound abspiele....eigentlich bräucht ich nur einmal das handle holen? u dann: FSOUND_Stream_Play(0,handle); ...
cu
void Play_Sound() { FSOUND_STREAM* handle; // init FMOD sound system FSOUND_Init (44100, 32, 0); // load song handle=FSOUND_Stream_Open("C:\\Programme\\ICQ\\Sounds\\Message.wav",0, 0, 0); // play song FSOUND_Stream_Play(0,handle); Sleep(500); //clean up FSOUND_Stream_Close(handle); FSOUND_Close(); }
-
hey gerald warum nennst du dich marcel?
-
-
schau mal da:
www.openal.orgbye
-
selbstgespräche sind toll