Add the support for wav audio format

This commit is contained in:
Muhsin Keloth
2023-05-09 14:20:31 +05:30
parent 5e0ce7793c
commit 32638714c4
3 changed files with 23 additions and 19 deletions
@@ -84,6 +84,7 @@ export const CSAT_RATINGS = [
export const AUDIO_FORMATS = {
WEBM: 'audio/webm',
OGG: 'audio/ogg',
WAV: 'audio/wav',
};
export const MESSAGE_VARIABLES = [