audio

Just starting out? Need help? Post your questions and find answers here.
AgentOrange
User
User
Posts: 14
Joined: Sun Oct 12, 2003 3:51 am

audio

Post by AgentOrange »

My first post.. :lol:

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" 
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?
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

The best way to include music in your exe is by the way showed in the example.

Ogg Vorbis is open and free to use, visit their site at http://www.vorbis.com/

Fmod is free to use if your software is freeware. If you intent to sell it or shareware it you must pay for the use.
Post Reply