Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Trigger several overlaping sounds .

Trigger several overlaping sounds .

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 689 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.
  • S Offline
    S Offline
    Sil20
    wrote on last edited by
    #1

    Hi,
    I am currently developping an applycation base on QML component. I am using:

    • QTQuick 1.1,
    • QTcreator 2.5.82
    • QT 4.8.4
    • QtMultimediaKit 1.1

    I have several component which can produce a sound. I am using for example this kind of definition:
    @ SoundEffect{
    id: lSoundPlayer1;
    source:"Sound/recorder4.wav";
    volume:1.0;
    }
    /----------
    -------------
    /
    lSoundPlayer1.volume=1.0;
    lSoundPlayer1.play();
    @

    But, I cannot, or hardly have more than one sound produce at a time. Though I have several instance of type SoundEffect.

    Looks like the QtMultimediaKit use one "audio ressource" for all instance, though I am not sure of what is an audio ressource.

    Is there other implementation of sound which are more versatil?
    Another thing, I MUST be in QT 4.8.4 and QTQuick 1.1.

    Thancks a lot

    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