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. QAudioOutput notify() on Android doesn't work
Forum Updated to NodeBB v4.3 + New Features

QAudioOutput notify() on Android doesn't work

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 946 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.
  • A Offline
    A Offline
    andrea993.93
    wrote on last edited by
    #1

    I'm testing QAudioOutput on Android I see that the notify() signal doesn't work().

    @(iStream is a QAudioOutput* object)

    iStream->setNotifyInterval(125);
    connect(iStream,SIGNAL(notify()),this,SLOT(blockDone()));@

    The code on linux works but on Android blockDone() is never called.

    Why?

    1 Reply Last reply
    0
    • GianlucaG Offline
      GianlucaG Offline
      Gianluca
      wrote on last edited by
      #2

      Humm, If on Linux it works, and on Android not I suppose you find out a bug.
      Try to file a bug report on https://bugreports.qt-project.org

      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