undefined
Variable: Settings
const Settings: {
BASE_ASSET_PATH: string;
FRAME_SIZE: number;
MAX_RECORD_MS: number;
MAX_SPEECH_SECS: number;
VERBOSE_LOGGING: boolean;
};
Defined in: constants.ts:4
Global settings for Moonshine.js.
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 |
VERBOSE_LOGGING |
boolean |
false | constants.ts:10 |