uneeq-js 2.47.1 → 2.47.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/src/service/speech-handler.d.ts +3 -1
- package/dist/umd/index.js +56 -1625
- package/package.json +1 -3
- package/readme.md +3 -0
|
@@ -8,8 +8,9 @@ export declare class SpeechHandler {
|
|
|
8
8
|
private micVad;
|
|
9
9
|
private recordingLive;
|
|
10
10
|
private headerBlob;
|
|
11
|
-
private
|
|
11
|
+
private scriptsLoadedPromise;
|
|
12
12
|
constructor(options: SpeechHandlerOptions);
|
|
13
|
+
private loadScripts;
|
|
13
14
|
private initWebsocket;
|
|
14
15
|
private loadSavedAudioHeaders;
|
|
15
16
|
private initVoiceActivityDetection;
|
|
@@ -19,6 +20,7 @@ export declare class SpeechHandler {
|
|
|
19
20
|
private sendStartMessage;
|
|
20
21
|
private sendStopMessage;
|
|
21
22
|
private initMicrophone;
|
|
23
|
+
private getMediaRecorder;
|
|
22
24
|
private initMediaRecorder;
|
|
23
25
|
private mediaRecorderOnData;
|
|
24
26
|
private handleTranscriptionResult;
|