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. Can QMediaPlayer give me raw played audio?

Can QMediaPlayer give me raw played audio?

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 817 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.
  • G Offline
    G Offline
    Gourmet
    wrote on last edited by
    #1

    I want use QMediaPlayer to playback local music, not streams. And I want get decoded raw audio data to use it for dual-channel visualizations. Can I get it? How? Are there any examples?

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

      Hi,

      QAudioProbe comes to mind but might not be implemented in all platforms.

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

      1 Reply Last reply
      0
      • G Offline
        G Offline
        Gourmet
        wrote on last edited by
        #3

        I need raw data on Android mandatory. That is why I refused QAudioProbe. I thought QMediaPlayer uses decoder and sends raw data to system sound architecture. If this is right then QMediaPlayer has raw data. I supposed it is possible get raw data from played file with QByteArray QIODevice::read(qint64 maxSize). But I do not see how bind it with QMediaPlayer.

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

          QtMultimedia uses whatever the platform offers, it doesn't do any custom decoding in order to feed the system a specific format.

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

          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