Spaces:
Running
Running
Update flare-ui/src/app/components/chat/chat.component.ts
Browse files
flare-ui/src/app/components/chat/chat.component.ts
CHANGED
@@ -68,7 +68,6 @@ export class ChatComponent implements OnInit, OnDestroy, AfterViewChecked {
|
|
68 |
useSTT = false;
|
69 |
sttAvailable = false;
|
70 |
isListening = false;
|
71 |
-
sttAvailable = false;
|
72 |
|
73 |
// Audio visualization
|
74 |
audioContext?: AudioContext;
|
|
|
68 |
useSTT = false;
|
69 |
sttAvailable = false;
|
70 |
isListening = false;
|
|
|
71 |
|
72 |
// Audio visualization
|
73 |
audioContext?: AudioContext;
|