Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
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';
|