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

相关内容

热门资讯

推荐透视!wepoker辅助器... 推荐透视!wepoker辅助器最新版本更新内容,广西微乐小程序控制器,机巧教程(有挂方式)-哔哩哔哩...
开挂透视!hhpoker是正规... 开挂透视!hhpoker是正规的吗,微信小程序微乐辅助免费版,窍门教程(有挂攻略)-哔哩哔哩一、hh...
揭露透视!wepokerplu... 揭露透视!wepokerplus作弊,微乐家乡官方免费下载安装,机巧教程(有挂教程)-哔哩哔哩1、玩...
科普透视!hhpoker透视脚... 科普透视!hhpoker透视脚本下载,微乐锄大地脚本,教材教程(详细教程)-哔哩哔哩hhpoker透...
总结透视!hhpoker脚本,... 总结透视!hhpoker脚本,微信小程序微乐房间透视,指引教程(有挂猫腻)-哔哩哔哩1、总结透视!h...
总结透视!wepoker好友局... 总结透视!wepoker好友局透视,微信微乐小程序有窍门吗,演示教程(有挂方式)-哔哩哔哩总结透视!...
揭幕透视!wepoker怎么看... 揭幕透视!wepoker怎么看牌型,微信小程序微乐辅助器免费版v2.0免费,总结教程(有挂功能)-哔...
辅助透视!拱趴大菠萝作弊方法,... 辅助透视!拱趴大菠萝作弊方法,微乐自建房脚本如何下载,窍要教程(有挂透视)-哔哩哔哩1、任何拱趴大菠...
解谜透视!wepoker透视破... 解谜透视!wepoker透视破解版,微乐小程序礼包码,方案教程(真实有挂)-哔哩哔哩1、超多福利:超...
解迷透视!智星德州插件怎么下载... 解迷透视!智星德州插件怎么下载,微信微乐辅助,方式教程(果真有挂)-哔哩哔哩1、进入到智星德州插件怎...