You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was only one API call, AudioFormat.getFrameSizeInBytes(), that
required at least API 29. It's trivial enough to reimplement that
function manually.
Fixes: #6
Signed-off-by: Andrew Gunnerson <[email protected]>
There was only one API call, AudioFormat.getFrameSizeInBytes(), that
required at least API 29. It's trivial enough to reimplement that
function manually.
Fixes: #6
Signed-off-by: Andrew Gunnerson <[email protected]>
Implemented in #10. It turned out to be easier than expected because there was only a single API call that needed a workaround for API 28 (Android 9) compatibility.
Hello, So can you possibly add this? I know android 9 is very old now but still, if you can, please add it.
The text was updated successfully, but these errors were encountered: