Browse Source

add mp3 file

Allen Fu 2 years ago
parent
commit
8cc28fc953
2 changed files with 1 additions and 1 deletions
  1. 1 1
      jni/logic/callLogic.cc
  2. BIN
      resources/hl.mp3

+ 1 - 1
jni/logic/callLogic.cc

@@ -202,7 +202,7 @@ static void onUI_init(){
 	EASYUICONTEXT->hideNaviBar();
 
 	player = new ZKMediaPlayer(ZKMediaPlayer::E_MEDIA_TYPE_AUDIO);
-	player->play("/mnt/extsd/ui/ring.wav");
+	player->play("/mnt/extsd/ui/hl.mp3");
 
 	//界面操作
 	if (SIGNAL_TYPE=="SIP"){

BIN
resources/hl.mp3