undefined
Variable: MoonshineSettings
const MoonshineSettings: {
BASE_ASSET_PATH: string;
FRAME_SIZE: number;
MAX_RECORD_MS: number;
MAX_SPEECH_SECS: number;
};
Defined in: constants.ts:4
Global speech-to-text settings.
Type declaration
Name | Type | Default value | Defined in |
---|---|---|---|
BASE_ASSET_PATH |
string |
“https://cdn.jsdelivr.net/npm/@usefulsensors/moonshine-js@latest/dist/" | constants.ts:9 |
FRAME_SIZE |
number |
250 | constants.ts:5 |
MAX_RECORD_MS |
number |
60000 | constants.ts:7 |
MAX_SPEECH_SECS |
number |
5 | constants.ts:6 |