voice-changer/client/demo/src/const.ts

6 lines
239 B
TypeScript
Raw Normal View History

2023-01-07 14:07:39 +03:00
export const CHROME_EXTENSION = false
export const AUDIO_ELEMENT_FOR_PLAY_RESULT = "audio-result"
export const AUDIO_ELEMENT_FOR_TEST_ORIGINAL = "audio-test-original"
export const AUDIO_ELEMENT_FOR_TEST_CONVERTED = "audio-test-converted"