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 引擎”错误,并成功将文字转为语音。

相关内容

热门资讯

一分钟辅助!hhpoker有后... 一分钟辅助!hhpoker有后台操控吗,wepoker脚本下载,大纲教程(有挂细节)1、游戏颠覆性的...
两分钟辅助!智星菠萝辅助,德州... 两分钟辅助!智星菠萝辅助,德州圈脚本,窍要教程(有挂方略)1、智星菠萝辅助免费辅助多个强度级别选择2...
8分钟辅助!wepoker数据... 8分钟辅助!wepoker数据分析工具,购买的wpk辅助在哪里下载,练习教程(真的有挂)一、购买的w...
第一分钟辅助!德普之星怎么开辅... 第一分钟辅助!德普之星怎么开辅助,hhpoker怎么防作弊,学习教程(有挂讲解)1、点击下载安装,德...
4分钟辅助!werplan脚本... 4分钟辅助!werplan脚本,hhpoker有后台操控吗,策略教程(有挂教程)1、点击下载安装,h...
第9分钟辅助!wpk真吗,we... 第9分钟辅助!wpk真吗,wepoker有什么规律,操作教程(今日头条)亲,关键说明,wepoker...
第7分钟辅助!wpk作弊,哈糖... 第7分钟辅助!wpk作弊,哈糖大菠萝挂法,方针教程(有挂解惑)运哈糖大菠萝挂法辅助工具,进入游戏界面...
一分钟辅助!hhpoker有后... 一分钟辅助!hhpoker有后台操作吗,wepoker辅助器有哪些功能,绝活儿教程(今日头条)1、玩...
5分钟辅助!wepoker透视... 5分钟辅助!wepoker透视挂底牌,wpk安卓下载辅助,诀窍教程(有挂辅助)1、wepoker透视...
第1分钟辅助!wepoker辅... 第1分钟辅助!wepoker辅助器安装包,佛手大菠萝辅助,机巧教程(有挂分享)1、每一步都需要思考,...