@vowel.to/client / index / AUDIO_CONFIG
Variable: AUDIO_CONFIG
ts
const AUDIO_CONFIG: {
inputSampleRate: 16000;
outputSampleRate: 24000;
encoding: "LINEAR16";
bufferSize: 256;
};Defined in: lib/vowel/types/constants.ts:39
Audio configuration constants
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
inputSampleRate | 16000 | 16000 | lib/vowel/types/constants.ts:40 |
outputSampleRate | 24000 | 24000 | lib/vowel/types/constants.ts:41 |
encoding | "LINEAR16" | 'LINEAR16' | lib/vowel/types/constants.ts:42 |
bufferSize | 256 | 256 | lib/vowel/types/constants.ts:43 |