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. QSoundEffect lag after stop() func

QSoundEffect lag after stop() func

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

    Hello

    Windows 10 x64, Qt 5.12.2, mingw 7.3.0, x64

    Call to the stop() func blocks the code execution for 0.5 sec approx. Why?

    My workaround - instead of call to stop(), call to setLoopCount(1) and setMuted(true)

    Christian EhrlicherC 1 Reply Last reply
    0
    • E Ejok88

      Hello

      Windows 10 x64, Qt 5.12.2, mingw 7.3.0, x64

      Call to the stop() func blocks the code execution for 0.5 sec approx. Why?

      My workaround - instead of call to stop(), call to setLoopCount(1) and setMuted(true)

      Christian EhrlicherC Offline
      Christian EhrlicherC Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      First I would upgrade to latest Qt5 version to see if it is fixed there. 5.12 is very old.

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      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