标签: android text-to-speech
在具有多个TTS引擎的设备中,用户可以在下列代码后选择要使用的引擎。
Intent checkIntent = new Intent(); checkIntent.setAction( TextToSpeech.Engine.ACTION_CHECK_TTS_DATA ); startActivityForResult( checkIntent, CHECK_TTS_DATA );
有没有办法知道用户选择哪种引擎?