Android Studio 文字转语音失败:未绑定到 TTS 引擎。
创始人
2024-08-16 21:30:17
0

问题描述: 在使用Android Studio开发中,尝试将文字转为语音时,出现了错误提示“未绑定到 TTS 引擎”。

解决方法: 该错误提示通常是由于未正确配置和初始化TTS引擎所导致的。以下是解决该问题的步骤和代码示例:

  1. 确保已在AndroidManifest.xml文件中添加了以下权限:




  1. build.gradle文件中添加以下依赖项:
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.speech.tts:android-tts:1.0.0'
  1. MainActivity.java文件中添加以下代码:
import android.speech.tts.TextToSpeech;

public class MainActivity extends AppCompatActivity implements TextToSpeech.OnInitListener {

    private TextToSpeech tts;

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);

        tts = new TextToSpeech(this, this);
    }

    @Override
    public void onInit(int status) {
        if (status == TextToSpeech.SUCCESS) {
            int result = tts.setLanguage(Locale.US);

            if (result == TextToSpeech.LANG_MISSING_DATA || result == TextToSpeech.LANG_NOT_SUPPORTED) {
                Log.e("TTS", "This Language is not supported");
            } else {
                // 将文字转为语音
                tts.speak("Hello World", TextToSpeech.QUEUE_FLUSH, null);
            }
        } else {
            Log.e("TTS", "Initialization Failed!");
        }
    }

    @Override
    protected void onDestroy() {
        if (tts != null) {
            tts.stop();
            tts.shutdown();
        }
        super.onDestroy();
    }
}

通过以上步骤和代码示例,应该能够解决“未绑定到 TTS 引擎”错误,并成功将文字转为语音。

相关内容

热门资讯

解谜透视!poker mast... 解谜透视!poker master辅助,微乐卡五星有挂吗,秘籍教程(有挂规律)-哔哩哔哩1、poke...
必备透视!wepoker模拟器... 必备透视!wepoker模拟器哪个,微乐陕西麻将破解,方案教程(有挂方针)-哔哩哔哩1、首先打开we...
详细透视!aapoker发牌逻... 详细透视!aapoker发牌逻辑,微乐自建房免费黑科技下载苹果,总结教程(有挂工具)-哔哩哔哩1、点...
推荐透视!佛手大菠萝13道挂哪... 推荐透视!佛手大菠萝13道挂哪里,微信小程序微乐自建房脚本下载,项目教程(有挂工具)-哔哩哔哩1)佛...
关于透视!hhpoker怎么防... 关于透视!hhpoker怎么防作弊,微乐广西自建房免费黑科技下载,积累教程(有挂细节)-哔哩哔哩1、...
普及透视!xpoker辅助怎么... 普及透视!xpoker辅助怎么用,微乐家乡游戏攻略,指南教程(有挂透明挂)-哔哩哔哩该软件可以轻松地...
普及透视!wepoker正确养... 普及透视!wepoker正确养号方法,微乐山西威信小程序,秘籍教程(有挂教程)-哔哩哔哩1、wepo...
详情透视!wejoker辅助器... 详情透视!wejoker辅助器怎么卖,微乐游戏兑换码大全,资料教程(有挂分享)-哔哩哔哩1、点击下载...
了解透视!epoker免费透视... 了解透视!epoker免费透视脚本,小程序跑得快的技巧,策略教程(有挂技术)-哔哩哔哩1、许多玩家不...
解谜透视!newpoker怎么... 解谜透视!newpoker怎么安装脚本,微乐小游戏万能修改器,方针教程(有挂详情)-哔哩哔哩1、任何...