Just rolled this out and I must say, I'm liking this simplistic idea. Its based on a version of the Bass library which I have compiled on both windows and ubuntu 10.04TLS and I believe there should be no problems with Mac OS X either. A quick demo program from me testing out playing an audio file:
And yes it compiles and runs.Code:program demo; uses Prometheus_Audio; var Music: Audio; begin PrometheusAudio_Start(); Music := LoadAudio('song.mp3'); Music.Play(); readln(); Music.Pause(); readln(); Music.Resume(); readln(); Music.Stop(); end.
cheers,
code_glitch
PS: Prometheus_Audio gets released in a few days.
Bookmarks