Open MATTYGILO opened 3 years ago
This looks like a bug in Flutter Sound. I am going to look to your issue.
Do you have logs with (logLevel: Level.debug) ?
This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.
Flutter Sound Version :
FULL
Important: Result of the command :
flutter pub deps | grep flutter_sound
|-- flutter_sound 8.2.0 | |-- flutter_sound_platform_interface 8.2.0 | |-- flutter_sound_web 8.2.0 | | |-- flutter_sound_platform_interface...Severity
Crash ?
Result is not what expected ?
Cannot build my App ?
Minor issue ?
Platforms you faced the error
iOS ?
Yes
Android ?
No
Flutter Web ?
No
Emulator ?
No
Real device ?
Yes
Describe the bug I record and run the audio into a neural network
https://pub.dev/packages/tflite
, on iOS the app doesn't crash but keeps sending this callback. What does it mean?Logs!!!!
(This is very important. Most of the time we cannot do anything if we do not have information on your bug). To activate the logs, you must instantiate your modules with the Log Level set to
Level.debug
:See this