Results 1 to 3 of 3

Thread: Multiple sounds with QSound possible?

  1. #1
    Join Date
    Sep 2007
    Location
    Rome, GA
    Posts
    199
    Thanks
    14
    Thanked 41 Times in 35 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Multiple sounds with QSound possible?

    Is it possible to play more than one sound simultaneously with QSound? It seems not, but it sure would be great. If not, is there another method using Qt? Thanks, Daniel

  2. #2
    Join Date
    Sep 2007
    Location
    Rome, GA
    Posts
    199
    Thanks
    14
    Thanked 41 Times in 35 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: Multiple sounds with QSound possible?

    nobody has an idea...? I'm looking into using the SDL sound libraries, but they look to be a pain...

  3. #3
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Thanks
    8
    Thanked 541 Times in 521 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Multiple sounds with QSound possible?

    No, QSound is not able to do that. It is very simple and capable of only playing a file at the time. No mixing, etc.

    A stupid idea is to create multiple threads and run several QSounds, but I really don't think that will have a multi-channel effect. As I said, a stupid idea.
    Last edited by marcel; 4th October 2007 at 21:17.

  4. The following user says thank you to marcel for this useful post:

    JimDaniel (4th October 2007)

Similar Threads

  1. how to corss compile for windows in Linux
    By safknw in forum Qt Programming
    Replies: 24
    Last Post: 13th May 2006, 06:23

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.