Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. How to install QAudioSink in python?
Forum Update on Monday, May 27th 2025

How to install QAudioSink in python?

Scheduled Pinned Locked Moved Unsolved Qt for Python
2 Posts 2 Posters 281 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.
  • K Offline
    K Offline
    Kasra Hosseini
    wrote on last edited by Kasra Hosseini
    #1

    Hi.
    I want to use this:
    https://doc.qt.io/qtforpython/examples/example_multimedia__audiooutput.html
    example from qt website. but there is several errors about that QtMultimedia not found (PySide6) and in the (PySide2) :
    QAudioDevice, QAudioSink, QMediaDevices
    are not found.

    eyllanescE 1 Reply Last reply
    0
    • K Kasra Hosseini

      Hi.
      I want to use this:
      https://doc.qt.io/qtforpython/examples/example_multimedia__audiooutput.html
      example from qt website. but there is several errors about that QtMultimedia not found (PySide6) and in the (PySide2) :
      QAudioDevice, QAudioSink, QMediaDevices
      are not found.

      eyllanescE Offline
      eyllanescE Offline
      eyllanesc
      wrote on last edited by
      #2

      @Kasra-Hosseini QtMultimedia will just be introduced in Qt 6.2 (still in beta) so that example is for that version of PySide6 that is not available yet. QtMultimedia has undergone one of the biggest changes and among it was introduced QVideoSink that is not available in Qt5. So for now you should only use the PySide2 example: https://code.qt.io/cgit/pyside/pyside-setup.git/tree/examples/multimedia/audiooutput.py?h=5.15.2

      If you want me to help you develop some work then you can write to my email: e.yllanescucho@gmal.com.

      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