aboutsummaryrefslogtreecommitdiffstats
path: root/examples/multimedia/audiosource/audiosource.py
Commit message (Expand)AuthorAgeFilesLines
* Port the multimedia examples to the new namespace QtAudioFriedemann Kleint25 hours1-9/+9
* Use fully qualified enumerations in more examplesFriedemann Kleint2025-01-061-15/+13
* type hints: Fix some typing bugs for mypy (forgiveness)Friedemann Kleint2024-09-181-1/+1
* Use modern typing syntaxAdrian Herrmann2024-06-201-2/+1
* Python-3.10: Allow the new syntax for Python 3.9Christian Tismer2024-06-201-0/+1
* Multimedia: Adapt to revert of QAudio->QtAudio namespace renamingFriedemann Kleint2024-04-121-8/+8
* Adapt to renaming of namespace QAudio->QtAudioFriedemann Kleint2024-02-281-8/+8
* Examples: adapt to consider permission API on macOSShyamnath Premnadh2024-02-261-2/+8
* examples: fix flake8 issues and add exceptionsCristiΓ‘n Maureira-Fredes2024-01-251-2/+2
* Examples: Fix a number of flake8 errors (part 2)Adrian Herrmann2023-12-061-1/+1
* Examples: Fix a number of flake8 errors (part 1)Adrian Herrmann2023-12-061-16/+3
* Examples: Fix some flake warningsFriedemann Kleint2023-11-281-0/+1
* Example Revamp: Audiosource exampleShyamnath Premnadh2023-09-251-1/+30
* examples: remove unused importsCristiΓ‘n Maureira-Fredes2023-04-051-1/+1
* Use SPDX license identifiersLucie GΓ©rard2022-05-271-39/+2
* examples: replace http by httpsCristiΓ‘n Maureira-Fredes2022-04-011-1/+1
* examples: Turn most QPainter instances into context managersChristian Tismer2022-01-261-14/+10
* PyPySide: handle QPainter correctly with GCChristian Tismer2022-01-241-0/+4
* AudioSource Example + Binding for QAudioFormat.normalizedSampleValue(data: by...Shyamnath Premnadh2021-12-281-0/+241