mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
* Reencode mp3 sounds at lower bitrate, mono. * Encode wav sounds as mp3. * Remove unused sound file. * Add opus encoded sounds. * Add a script to encode sounds.
8 lines
190 B
TypeScript
8 lines
190 B
TypeScript
/**
|
|
* The name of the bundled audio file which will be played for the incoming chat
|
|
* message sound.
|
|
*
|
|
* @type {string}
|
|
*/
|
|
export const INCOMING_MSG_SOUND_FILE = 'incomingMessage.mp3';
|