Page 4 of 4 FirstFirst ... 234
Results 31 to 33 of 33

Thread: Delphi Audio Library..

  1. #31

    Delphi Audio Library..

    Quote Originally Posted by Firlefanz
    Hi!

    Maybe this has been asked before.

    I am looking for a simple Audio engine, that can play Oggs for Music and also Oggs for SFX, it would be nice if I could set a 3D position for SFX and if I can load and play the SFX from a list.

    PS: And it has to be free for commercial use.

    I used Audiere last time, it had no positioning but instead of that it was okay.

    Thanks,
    Firle
    check out this:

    http://www.noeska.com/doal/lesson9.aspx
    edit: that extension is not so popularly supported, try this instead:
    http://www.delphigl.de/files/OpenAL_OggStream.zip

    You can that demo, to use ogg/vorvis with openal, and it can work simutanously with my 3d openal virtual sound manager: http://www.pascalgamedevelopment.com...?p=25428#25428
    This is my game project - Top Down City:
    http://www.pascalgamedevelopment.com...y-Topic-Reboot

    My OpenAL audio wrapper with Intelligent Source Manager to use unlimited:
    http://www.pascalgamedevelopment.com...source+manager

  2. #32

    Delphi Audio Library..

    Hi Delfi,

    you again lol.
    Thanks a lot for those links.
    But the user won't have to install anything, it is just some DLLs in the programs folder, right?

    Can I set 3D position in real time? I will have a look at your sample, thank you

  3. #33

    Delphi Audio Library..

    Hi!

    So I only need that OpenAL.dll and nothing else?

    In the sample I saw there is no code in the FormCreate or FormClose needed?

    Just load it and play it, is that right?

    Looks pretty simple and the sample sounds very good.

    Are there more samples?

    I would like to play one OGG file streaming music,
    and have a list of SFX OGG files I load one time and play from memory always.

    Thanks a lot,
    Firle

    PS: I found something in another topic: http://www.noeska.com/doal/tutorials.aspx

Page 4 of 4 FirstFirst ... 234

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
  •