dlutton / flutter_tts

Flutter Text to Speech package
MIT License
617 stars 258 forks source link

Android: Fix 'Reply already submitted' bug during synthesizeToFile #527

Closed Colton127 closed 1 week ago

Colton127 commented 2 months ago

This pull fixes "Reply already submitted" error following synthesizeToFile on Android. The fix has already been applied to speakCompletion in 3.8.4; this pull simply applies the same fix to synthCompletion.

Thank you!