Results 1 to 6 of 6

Thread: the differences between dx and al

  1. #1

    the differences between dx and al

    whats the best sound engine for a 3d game? dx sound or openal.


    i need 3d positioned sound. software/hardware buffers (for those without good cards). good pitch levels for the engine. ease of use and some tutorials.

    i dont need multi OS just windows.

    im using direct x for gfx (along side opengl) and controllers so should i use the sound?

  2. #2

    the differences between dx and al

    I'm guessing they're more or less equally as good but I've seen more tutorials on DirectSound than on OpenAL.

    Well, that's all I had to say... :roll:
    Signature:
    <br />This is a block of text that can be added to posts you make. There is a 255 character limit

  3. #3

    the differences between dx and al

    i havnt seen that many delphi direct sound tutorials

  4. #4

    the differences between dx and al

    OpenAL seems pretty straightforward judging by Noeska's tutorials. DirectSound seems... clunky. I know that it does what you want, but it just seems such an ugly way of doing it! However, DSound may fit better with your requirements since it's integrated into DirectX.
    "All paid jobs absorb and degrade the mind."
    <br />-- Aristotle

  5. #5

    the differences between dx and al

    First of all I was talking about C++ tutorials. However the code is more or less the same whatever language you use.

    On the other hand one of the reasons why I've found more tutorials on DirectSound on OpenAL might be that I've looked a bit more at DirectSound than on OpenAL. But I still think there are more on DirectSound though I could be wrong.

    Anyway if your interested:
    DirectSound with C++ some OpenAL in C++.
    Signature:
    <br />This is a block of text that can be added to posts you make. There is a 255 character limit

  6. #6

    the differences between dx and al

    i might grab the dx9 sdk (again!) and take a look at the examples. it seems u have to do a lot of lines just to play a sound in dx. but in only 10-15 for openal. but openal looks a bit limited

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
  •