Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QAudioDecoder on Android

QAudioDecoder on Android

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 169 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.
  • B Offline
    B Offline
    Bernd42
    wrote on last edited by
    #1

    What I'm trying to do is to write an audio player which reads an mp3 file, does some audio processing on the fly and plays the result. This program should run on Windows and Android.

    As far as I understand I cannot use QMediaPlayer for this, so I'm looking into QAudioDecoder to read the mp3 file and get the raw audio data. On Windows this is working fine, I get the signals and can read the QAudioBuffer and store them in an array.

    When I run this on my Android Phone, I just get some warning messages, but I don't get a bufferReady or an Error signal. Is this supposed to be working on Android, yet? QMediaPlayer is working fine on Android, but that will not help me much.

    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