audio
Posted: Sun Oct 12, 2003 3:57 am
My first post..
Is there an example that shows the FULL use of embedded audio. I looked through the examples.. and the help file. Found:
Also, I see stuff about fmod, and ogg... what's the best to use if i plan to include the audio file in the exe?
As well, are there any license restrictions on using OGG compressed files or fmod compressed audio in commercially released applications?

Is there an example that shows the FULL use of embedded audio. I looked through the examples.. and the help file. Found:
Code: Select all
CatchSound(0, ?Music)
End
Music: IncludeBinary "Sound.wav"
As well, are there any license restrictions on using OGG compressed files or fmod compressed audio in commercially released applications?