Skip to content

Commit

Permalink
Update continuous.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGuyDangerous authored Nov 12, 2022
1 parent a30e7c4 commit 5505953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Screens/continuous.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import 'package:permission_handler/permission_handler.dart';

const serverUrl =
'wss://api.deepgram.com/v1/listen?encoding=linear16&sample_rate=16000&language=en-GB';
const apiKey = '//Add your api token';
const apiKey = '8c828c526d7332a1978ee7f599ffc72ebfffca77';

class ContinuousVoiceApp extends StatefulWidget {
const ContinuousVoiceApp({Key? key}) : super(key: key);
Expand Down

0 comments on commit 5505953

Please sign in to comment.