Results 1 to 10 of 17

Thread: MP3 playback for Prometheus

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    how about audiere?

    http://audiere.sourceforge.net/

    mp3 and ogg along with old fashioned midi, mod, stm3 etc, looks nice, i had some pascal wrappers somwhere...

  2. #2
    PGD Staff code_glitch's Avatar
    Join Date
    Oct 2009
    Location
    UK (England, the bigger bit)
    Posts
    933
    Blog Entries
    45
    Would be interested but cant find the wrappers. Although OpenAl would be preferable if I could find an updated way of playing ogg.
    I once tried to change the world. But they wouldn't give me the source code. Damned evil cunning.

  3. #3
    Would be interested but cant find the wrappers
    Look down in this link:
    http://www.casteng.com/whypascal.shtml


    Although OpenAl would be preferable if I could find an updated way of playing ogg.
    Well, i have a Ogg player in Pascal using Openal, however it is done same as is done with mp3s, you need a different unit to open and decode ogg streamed data into normal uncompressed chunks sound data to then be passed to OpenAL.

    So for that you will need to get Pascal Vorbis libs.

    http://jedi.grizzlydev.com/www/apilibrary.html

    You will need to downloaded updated DLLs from Vorbis projects i think.

    'Noeska's tutorials' I'm getting a lot of these as responses. However, there is one thing I inherently dislike: I've never, like ever, worked with lazarus or delphi... This is rather quite problematic when trying to understand a concept I don't understand at all.
    Noeska tutorials are not delphi-specific, and delphi is just the VCL or group of classes included to build windows GUI apps; But the language examples are in OO Pascal so you should be fine reading that.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •