Skip to content

Commit

Permalink
Fix target words count, use 70 (#1092)
Browse files Browse the repository at this point in the history
  • Loading branch information
beastoin authored Oct 17, 2024
2 parents e2e15a8 + a42cc3a commit feb4307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/providers/speech_profile_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class SpeechProfileProvider extends ChangeNotifier
bool loading = false;
BtDevice? device;

final targetWordsCount = 30; //TODO: 15 seems way too less
final targetWordsCount = 70;
final maxDuration = 150;

StreamSubscription<OnConnectionStateChangedEvent>? connectionStateListener;
Expand Down

0 comments on commit feb4307

Please sign in to comment.