Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Game Development
  4. Decoding Audio with QtMultimedia
Qt 6.11 is out! See what's new in the release blog

Decoding Audio with QtMultimedia

Scheduled Pinned Locked Moved Game Development
1 Posts 1 Posters 867 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.
  • L Offline
    L Offline
    lpcamargo
    wrote on last edited by
    #1

    Hello.

    I have a nice API that I wrote, similar to QtAudioEngine, for making games that I have been using for a while. It can stream raw buffers to spatial sources. But I want to use QtMultimedia to read the compressed sound files for me. I see no reason why it wouldn't be possible, given QtMultimedia already does this.

    Then I looked around QtMultimedia and found QAudioDecoder. However, it is not what I need. It pulls the frames towards you, but what I need is an API to pull frames from the decoder, in an immediate, blocking way, and not involving the event loop.

    Is there a way to do that in 5.4?

    Thanks :)

    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