Results 1 to 7 of 7

Thread: Sound - most compatible sound library

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    SDL does have a very good mixer/playback library for many audio formats (including MODs) however, unless it's been fixed since, on Windows (not confirmed on Linux or Mac OS X) there seems to be an issue with playback of audio at 44.1kHz. You'll have to set your audio only as high as 22.05kHz on Windows if you want to use SDL's mixer for playback. This seems to be the biggest drawback to the 1.2.x version of SDL on Windows. I'm not sure about 1.3.x or other platforms as I've not used the mixer on anything other than Win32/SDL 1.2.x, but it has been reported that it works just fine.

    Can anyone confirm or update us on this issue?
    Jason McMillen
    Pascal Game Development
    Co-Founder





  2. #2
    In addition to Audiere, BASS and FMOD, there is also SquallSound.

    However, if you want 64-bit sound library (using FPC 64-bit?), it might be difficult to find. I haven't had any sound issues in 32-bit applications running on 64-bit OS, but in our games we've used BASS.

  3. #3
    SquallSound works really great with FPC. It would be nice if somebody would make a Pascal headers from few GameMaker sound libraries like SAudio or Super Sound System.

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
  •