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