[go: nahoru, domu]

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

throwing -1 when echoCancel is true on IOS #358

Open
amirharati opened this issue Jun 28, 2024 · 0 comments
Open

throwing -1 when echoCancel is true on IOS #358

amirharati opened this issue Jun 28, 2024 · 0 comments

Comments

@amirharati
Copy link

Package version
5.1.2

Environment

  • OS: IOS app (IOS 17.5.1)

Describe the bug
When EchoCancel is true produce the following (Also echo cancellations seems to be working and so far not crashing)
throwing -1
from AU (0x155f97270): auou/vpio/appl, render err: -1

Add your record configuration RecordConfig(...)
RecordConfig(
encoder: AudioEncoder.pcm16bits,
sampleRate: 16000,
numChannels: 1,
echoCancel: true,
));

To Reproduce

Steps to reproduce the behavior:
when echoCancel is active and stream starts the above error start to fill the console screen in xcode.

Expected behavior

to not throw this exception.

Additional context

Add any other context about the problem here.

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