Author Topic: OpenAL Class Wrapper  (Read 2427 times)

0 Members and 1 Guest are viewing this topic.

Offline JincS

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 191
  • Rating: +0/-0
    • View Profile
OpenAL Class Wrapper
« on: October 15, 2006, 05:02:00 pm »
Hey everyone. This project is a class wrapper for C++ that allows you to easily play wave files (.wav) in your application using OpenAL. It's highly unfinished (definitely a work in progress), but it does what it needs to for now.

USES:
1.) 3D Sound in games

TODO:
*Allow for 3D positioning of sound in world space
*Play other file formats (MP3, etc.)
*Optimizations
*Other things I can't really think of right now...

Like many of my other projects, I'll post a DL link as soon as I find a file host...

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
OpenAL Class Wrapper
« Reply #1 on: October 16, 2006, 02:47:00 am »
will this be like your mp3 player? maybe you should merge them together and add more sound formats?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline JincS

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 191
  • Rating: +0/-0
    • View Profile
OpenAL Class Wrapper
« Reply #2 on: October 16, 2006, 04:04:00 am »
Planning on it. The OpenAL part is cross-platform, and my MP3 player is not, so if I switch out the sound routines (and convert the GUI to wxWidgets), I can make the MP3 player available for *nix.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
OpenAL Class Wrapper
« Reply #3 on: October 16, 2006, 06:35:00 am »
i see it would be cool ^^
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)