7 lines
153 B
TypeScript
7 lines
153 B
TypeScript
|
/**
|
||
|
* The file used for the noisy audio input notification.
|
||
|
*
|
||
|
* @type {string}
|
||
|
*/
|
||
|
export const NOISY_AUDIO_INPUT_SOUND_FILE = 'noisyAudioInput.mp3';
|