As the PyQt6 module has been released, I have started porting my code from PyQt5 to PyQt6.
In PyQt, there was a module called phonon which was used to play sounds.
In PyQt5, there was a module called QMediaPlayer which was then used to play sounds.
Now, how to play sound in PyQt6?
There was a website which stated that the QMediaPlayer has not been ported yet and shall be done in the PyQt6 version PyQt6.2.
The website is this - https://www.pythonguis.com/faq/pyqt-pyside6-missing-modules/
The website also states that the PyQt6.2 will be released in September 2021.
Is the import renamed?