-
Notifications
You must be signed in to change notification settings - Fork 31
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
Error when calling stoping the recording #24
Comments
@leonjensen Hi, could you please share the error log more? And could you please share the platform information? (iOS? Andriond? and its version) |
Sure, im using Ubuntu as OS and this is my output: Starting recording sr=16000, bs=5000
|
Well... do you use this library for making Ubuntu (Linux) application? I'm sorry, I can't support it because I don't implement it. @iceychris did on #9 . |
I got the same message, when i start the recording. I am on Linux Mint 20
|
Android does not work either:
So maybe here is something bigger broken... |
Probably the way of sharing data between Flutter and plugins or native code changed since I've implemented the Linux part, like the error message above says. Worth looking into fixing the code to use a Platform Thread for passing data around I guess: https://docs.flutter.dev/platform-integration/platform-channels |
@synchronisator I published new issue for Android bug, please provide more information to there. And I'm really sorry, because I don't have proper Linux environment, I can't solve this bug now... |
//Need help//
Every time im stopping the recording i get the error: write() failed. Data transfer aborted (broken pipe)
Im using a new flutter project with just this package and both the start and the stop method inside as well as the listener and onError.
The start method is being called like this:
await plugin.start(
listener,
onError,
sampleRate: 16000,
);
The text was updated successfully, but these errors were encountered: