Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. mp3
    Log in to post

    • UNSOLVED Display GEOB tag data from mp3 files.
      General and Desktop • qt 5.5 mp3 geob • • Punit  

      4
      0
      Votes
      4
      Posts
      1224
      Views

      Then do you mean: does Qt provide a way to read this tag ? Or are you looking for which widget can show the content once you got the data ?
    • SOLVED listView click start mp3 or video with default player (Windows)?
      General and Desktop • windows qprocess video mp3 • • qDebug  

      4
      0
      Votes
      4
      Posts
      1379
      Views

      Thank you! QString file = filemodel->data(index, Qt::DisplayRole).toString(); QDesktopServices::openUrl(QUrl::fromLocalFile(file)); Works perfekt! :D
    • SOLVED Sound using QMediaPlayer on android
      Mobile and Embedded • android qmediaplayer mp3 • • Xicor  

      6
      0
      Votes
      6
      Posts
      2483
      Views

      @Xicor I have no idea, sorry. Maybe someone else knows that.
    • ID3v1 or ID3v2 reading by using QFile on Mp3 files
      General and Desktop • qfile mp3 ide3 ide3v1 ide3v2 • • kybernetes  

      2
      0
      Votes
      2
      Posts
      1041
      Views

      @kybernetes You can use a 3rd party library to do this. I suggest taking a look at the guide on how to use id3lib with Qt. Basically it shows you how to add id3lib to your project.
    • cross compiling mpg123 on AM335x
      Mobile and Embedded • qt4.8.5 mp3 decoder am335 • • vk41286  

      4
      0
      Votes
      4
      Posts
      1360
      Views

      "Linux itself" is a bit broad. Is it Ubuntu based ? Debian based ? Something completely custom ? Does it use a package manager ?
    • Unable to hear any sound on phonon
      Mobile and Embedded • audio qt4.8.5 mp3 am335x phonon audioplayer • • vk41286  

      1
      0
      Votes
      1
      Posts
      590
      Views

      No one has replied

    • QSoundEffect(qaudio): Error decoding source
      General and Desktop • qmediaplayer mp3 qsound wma • • mnokka  

      2
      0
      Votes
      2
      Posts
      14252
      Views

      @mnokka Are you sure your path is correct? If Qt can't find the file it gives the "error decoding source" message which is misleading. Add files to your resource file: (If you haven't already created one go to File | New | Qt | Qt Resource File). Click Add existing files then select sound files you want Right click and copy path Paste path to play filename. e.g. QSound::play(":/lose.wav");
    • web search engine
      QtWebEngine • music mp3 songs • • kimcil jahat  

      0
      0
      Votes
      0
      Posts
      437
      Views

      No one has replied