Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for API 28 #10

Merged
merged 1 commit into from
May 22, 2022
Merged

Add support for API 28 #10

merged 1 commit into from
May 22, 2022

Conversation

chenxiaolong
Copy link
Owner

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

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]>
@chenxiaolong chenxiaolong self-assigned this May 22, 2022
@chenxiaolong chenxiaolong merged commit 100b1f0 into master May 22, 2022
@chenxiaolong chenxiaolong deleted the api-28 branch May 22, 2022 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possible to add android 9.0 (Pie) Compatibility?
1 participant