Results 1 to 6 of 6

Thread: Sound library comparison specs

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    PGD Staff code_glitch's Avatar
    Join Date
    Oct 2009
    Location
    UK (England, the bigger bit)
    Posts
    933
    Blog Entries
    45
    Multiple music files, and multiple audio files at once are two entirely different issues. I apologise if I was unclear earlier - but I meant audio files in general. The reason being that I would like to have support for a simple remixing app along with the ability to stream multiple files at once - since it could be a unique app. Also, the issue I have trouble with is that whatever I try I can never get OpenAl to play two audio files at the same time. Every attempt one cuts out as the other starts. Frustrating.
    I once tried to change the world. But they wouldn't give me the source code. Damned evil cunning.

  2. #2
    Hmm... I think playing two audio files in openal is quite easy. OpenAL just works with buffers and sources, with wich you can play things simultaniously. The hardest part is getting the data into the buffers without any hickups i guess (in case of streaming audio). Playing should go perfectly well.

    Are you able to play 2 wave files simultaniously? Or is your problem time-related (you want to start playing both at exactly the same time)?
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

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
  •