mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-27 21:41:41 +03:00
7 lines
328 B
TypeScript
7 lines
328 B
TypeScript
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"
|
|
export const AUDIO_ELEMENT_FOR_TEST_CONVERTED_ECHOBACK = "audio-test-converted-echoback"
|