Git Product home page Git Product logo

libbaidutexttospeech's Introduction

LibBaiduTextToSpeech

百度语音合成 组件库

如何使用

一、在app项目build.gradle文件中加入组件库依赖

implementation 'com.deity.texttospeech:library:1.0.1'

二、推荐在application中初始化组件库 其中appId/appKey/secretKey 请自行上百度开发者平台进行申请

public class CustomApplication extends Application{
  public static CustomApplication instance;
  
  public void onCreate() {
    ...
    instance = this;
    AuthEntity entity = new AuthEntity("appId","appKey","secretKey");
    baiduTextToSpeech = BaiduTextToSpeech.getInstance(this,entity);
  }
  
  public CustomApplication getInstance(){
    return instance;
  }

  public BaiduTextToSpeech getBaiduTextToSpeech() {
      return baiduTextToSpeech;
  }
}

三、语音合成

CustomApplication.getInstance().getBaiduTextToSpeech().speak("欢迎使用百度语音合成"));

扫码体验Demo

扫码体验

有好的建议欢迎PR

libbaidutexttospeech's People

Contributors

medeity avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

qinzhaojin666

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.