QSoundEffect and iOS (Low Latency sound format)
-
I recently ran into the same problem, but the problem was that coreaudio played audio through the earpiece instead of the speakers.
It seems the default category is set to "PlayAndRecord"
Changing it to "Playback" seems to play back sounds with full volume.
-
I am currently facing the same problem with the volume. How did you change the category from "PlayAndRecord" to "Playback"?
-
I am currently facing the same problem with the volume. How did you change the category from "PlayAndRecord" to "Playback"?
-
Hi,
He changed Qt's source code and build it
-
Hi,
He changed Qt's source code and build it
-
Thanks ;). I thought that there is maybe a way to get access to the CoreAudio* modules during development without having to recompile.
-
Thanks ;). I thought that there is maybe a way to get access to the CoreAudio* modules during development without having to recompile.
-
Bug report + fix: https://bugreports.qt.io/browse/QTBUG-44757
-
Bug report + fix: https://bugreports.qt.io/browse/QTBUG-44757
-
You should send your patch for review on gerrit
-
You should send your patch for review on gerrit