Replace the audio files with real IMBE.

This commit is contained in:
Jonathan Naylor 2019-02-20 20:39:45 +00:00
parent 344a3d1c09
commit 74caf27f95
21 changed files with 2 additions and 2 deletions

BIN
P25Gateway/Audio/de_DE.imbe Normal file

Binary file not shown.

Binary file not shown.

BIN
P25Gateway/Audio/dk_DK.imbe Normal file

Binary file not shown.

Binary file not shown.

BIN
P25Gateway/Audio/en_GB.imbe Normal file

Binary file not shown.

Binary file not shown.

BIN
P25Gateway/Audio/en_US.imbe Normal file

Binary file not shown.

Binary file not shown.

BIN
P25Gateway/Audio/es_ES.imbe Normal file

Binary file not shown.

Binary file not shown.

BIN
P25Gateway/Audio/fr_FR.imbe Normal file

Binary file not shown.

Binary file not shown.

BIN
P25Gateway/Audio/it_IT.imbe Normal file

Binary file not shown.

Binary file not shown.

BIN
P25Gateway/Audio/no_NO.imbe Normal file

Binary file not shown.

Binary file not shown.

BIN
P25Gateway/Audio/pl_PL.imbe Normal file

Binary file not shown.

Binary file not shown.

BIN
P25Gateway/Audio/se_SE.imbe Normal file

Binary file not shown.

Binary file not shown.

View File

@ -115,10 +115,10 @@ m_positions()
#if defined(_WIN32) || defined(_WIN64)
m_indxFile = directory + "\\" + language + ".indx";
m_imbeFile = directory + "\\" + language + ".p25";
m_imbeFile = directory + "\\" + language + ".imbe";
#else
m_indxFile = directory + "/" + language + ".indx";
m_imbeFile = directory + "/" + language + ".p25";
m_imbeFile = directory + "/" + language + ".imbe";
#endif
// Approximately 10 seconds worth