Open AnhJobChat opened 3 years ago
Same problem as #517 - see the suggested workaround to use requestFocusAndDuckOthers
@mhstoller Still no luck. I have been changed all AudioFocus.
Please provide your new code sample with the change, including where you open the audio session and I'll have a look
@mhstoller Thank you, I have been updated my code
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 or LITE flavor ?
Important: Result of the command :
flutter pub deps | grep flutter_sound
Severity
Crash ?
Result is not what expected ?
Cannot build my App ?
Minor issue ?
Platforms you faced the error
Describe the bug onProgress in Recorder always emit duration is zero on iOS at ver 8.3.9
To Reproduce Steps to reproduce the behavior:
Check onProgress value
Code: Init:
startRecorder
Print log:
_path is file created with extension is aac
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