mirror of
https://github.com/ShaYmez/P25Clients.git
synced 2024-11-14 08:11:46 -05:00
Replace the audio files with real IMBE.
This commit is contained in:
parent
344a3d1c09
commit
74caf27f95
BIN
P25Gateway/Audio/de_DE.imbe
Normal file
BIN
P25Gateway/Audio/de_DE.imbe
Normal file
Binary file not shown.
Binary file not shown.
BIN
P25Gateway/Audio/dk_DK.imbe
Normal file
BIN
P25Gateway/Audio/dk_DK.imbe
Normal file
Binary file not shown.
Binary file not shown.
BIN
P25Gateway/Audio/en_GB.imbe
Normal file
BIN
P25Gateway/Audio/en_GB.imbe
Normal file
Binary file not shown.
Binary file not shown.
BIN
P25Gateway/Audio/en_US.imbe
Normal file
BIN
P25Gateway/Audio/en_US.imbe
Normal file
Binary file not shown.
Binary file not shown.
BIN
P25Gateway/Audio/es_ES.imbe
Normal file
BIN
P25Gateway/Audio/es_ES.imbe
Normal file
Binary file not shown.
Binary file not shown.
BIN
P25Gateway/Audio/fr_FR.imbe
Normal file
BIN
P25Gateway/Audio/fr_FR.imbe
Normal file
Binary file not shown.
Binary file not shown.
BIN
P25Gateway/Audio/it_IT.imbe
Normal file
BIN
P25Gateway/Audio/it_IT.imbe
Normal file
Binary file not shown.
Binary file not shown.
BIN
P25Gateway/Audio/no_NO.imbe
Normal file
BIN
P25Gateway/Audio/no_NO.imbe
Normal file
Binary file not shown.
Binary file not shown.
BIN
P25Gateway/Audio/pl_PL.imbe
Normal file
BIN
P25Gateway/Audio/pl_PL.imbe
Normal file
Binary file not shown.
Binary file not shown.
BIN
P25Gateway/Audio/se_SE.imbe
Normal file
BIN
P25Gateway/Audio/se_SE.imbe
Normal file
Binary file not shown.
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user