Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
Description
1. QAndroidAudioSink::bytesFree should return a correct value.
Currently, it returns 0 or bufferSize, and intermediate values are not available.
2. Currently, it's possible to push more bytes than bufferSize, if doing it twice. Ideally, the behavior should be consistent with other backends.