Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. PHONON: should play sounds simultaneously

PHONON: should play sounds simultaneously

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tailor
    wrote on last edited by
    #1

    Hi,
    I am using Phonon to play one wav file in my developed C++application.
    But I have a problem to play my/this one sound simultaneously.

    That means this one sound-file could/should be started a second time,
    even the playing of the first time is not finished.

    What I did: I have one medianote with one audiooutput. This functions!!!
    But if I have several medianotes to this one audiooutput ---> only one functions, the other not... :-(

    My simple solution: If i make several medianotes (always the same audiofile) each connected with
    one audioput -> I have no problems to play my sounds simultaneously. PROBLEM HERE: But I have also several Audioouputs and
    I only want one!!!! Cause i want to connect this one audiooutput to a volumesilde..... etc.

    So, what I want to do:

    1. Create and Play several Medianotes simultaneously on only 1 Audiooutput OR.
    2. Play 1 Medianotes simultaneously on only 1 Audiooutput without stop and play each time. I want this Simultaneously!!!! ;-)

    I dont know how to realize...
    Any ideas or source examples????

    THANX in ADVANCE!!!!

    #T

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved