We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452c838 commit 7373e98Copy full SHA for 7373e98
firebase_ai_logic_showcase/lib/demos/live_api/live_api_demo.dart
@@ -183,10 +183,6 @@ class _LiveAPIDemoState extends ConsumerState<LiveAPIDemo> {
183
try {
184
await _audioInput.init(); // Initialize Audio Input
185
await _audioOutput.init(); // Initialize Audio Output
186
-
187
- setState(() {
188
- _audioIsInitialized = true;
189
- });
190
} catch (e) {
191
log("Error during audio initialization: $e");
192
if (!mounted) return;
0 commit comments