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. Accepted audio file formats in QML programs for iOS

Accepted audio file formats in QML programs for iOS

Scheduled Pinned Locked Moved Solved QML and Qt Quick
3 Posts 2 Posters 382 Views
  • 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.
  • tomyT Offline
    tomyT Offline
    tomy
    wrote on last edited by
    #1

    Hi all,

    Do you agree that in practice the only accepted file format in a QML project to work on iOS is .wav?

    For other formats like .mp3 or .aac even on Mac, I get this error:
    QSoundEffect(qaudio): Error decoding source

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      No I don't. The QSoundEffect documentation states exactly that it can play uncompressed audio format to achieve low latency.

      If you want to play mp3 files then QMediaPlayer is what you want to use.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      tomyT 1 Reply Last reply
      1
      • SGaistS SGaist

        Hi,

        No I don't. The QSoundEffect documentation states exactly that it can play uncompressed audio format to achieve low latency.

        If you want to play mp3 files then QMediaPlayer is what you want to use.

        tomyT Offline
        tomyT Offline
        tomy
        wrote on last edited by
        #3

        @SGaist

        No I don't. The QSoundEffect documentation states exactly that it can play uncompressed audio format to achieve low latency.

        I meant for soundEffect.

        Thanks for your answer.

        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