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. Synchronization of mp3 tracks on Qt
Forum Updated to NodeBB v4.3 + New Features

Synchronization of mp3 tracks on Qt

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.2k 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.
  • U Offline
    U Offline
    Uncannytable
    wrote on last edited by
    #1

    I'm developing a simple program with Qt that plays some songs, in each song for each instrument I have a mp3 track and the user has the ability to change the sound volume of each track separably so he can listen to the tracks he wants. The major problem I'm facing is that of synchronization. Especially if I'm running the program off of a CD or Pen-drive, I've had some ideas but they didn't work well.

    Right now I'm using phonon but wouldn't mind changing to Mobility if necessary (only if really necessary). What strategy really works in this case? Why is it worst on CD or Pen-drive? Since I'm interested in mostly running from these sources how could I improve synchronization on these devices?

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tucnak
      wrote on last edited by
      #2

      Hi, ~Uncannytable.

      Welcome to fun Qt Developer Network!

      I will quote user who answer your question on another "resource":http://forum.codecall.net/topic/70523-synchronyzing-mp3-tracks-on-qt/:

      [quote author="Programming God" date="1340740020"]So you are creating instance of Phonon:MediaObject for each mp3 tracks in a song? I mean, as example, if you have 3 mp3 tracks for 3 instruments in a song, you are creating 3 instances of Phonon:MediaObject for playing 3 different tracks? I think you are doing this and that's why the synchronization term is here, right? Now how you are trying to do the synchronization? Or, you are not doing at all to keep the tracks synchronized?

      AFAIK, Mobility will not run on PC?[/quote]

      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