设置讯飞语音音量为100%
This commit is contained in:
parent
5aca836fef
commit
07ae7cbdd7
@ -10,6 +10,7 @@ public class AudioTools {
|
||||
return;
|
||||
}
|
||||
SpeechUtility.createUtility(SpeechConstant.APPID + "=601f7f7d");
|
||||
SpeechUtility.getUtility().setParameter(SpeechConstant.VOLUME,"100");
|
||||
init = true;
|
||||
System.out.println("讯飞语音已初始化");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user