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

Mic stream returns mostly 0 in iPhone 14 and later. #95

Open
manish3008 opened this issue Apr 17, 2024 · 0 comments
Open

Mic stream returns mostly 0 in iPhone 14 and later. #95

manish3008 opened this issue Apr 17, 2024 · 0 comments

Comments

@manish3008
Copy link

listener = stream?.listen((value) {
log(value.toString());
_audioStream!.add(value);
});

when I am printing values for iPhone 11, 12 and 13 , it is working fine as I am getting values between 0 t0 255,but with same code when running in iPhone 14 and 15, I am getting mostly 0.

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

No branches or pull requests

1 participant