Low-Key Text-to-Speech and Speech-to-Text Open Source Software Stack

栏目: IT技术 · 发布时间: 4年前

内容简介:Botium Speech Processing is a unified, developer-friendly API to the best available Speech-To-Text and Text-To-Speech services.This is aWhile the included tools in most cases cannot compete with the big cloud-based products, for lots of applications the tr

Botium Speech Processing

Botium Speech Processing is a unified, developer-friendly API to the best available Speech-To-Text and Text-To-Speech services.

What is it ?

This is a get-shit-done -style collection of the best free and Open Source speech recognition products, the configuration options are rudimentary: it is highly opinionated about the included tools, just get the shit done.

  • With Kaldi a reasonable speech recogniction performance is available with freely available data sources.
  • MaryTTS is currently the best freely available speech synthesis software
  • SoX is the swiss army-knife for audio file processing

While the included tools in most cases cannot compete with the big cloud-based products, for lots of applications the trade-off between price and quality is at least reasonable.

Read about the project history here

Possible Applications

Some examples what you can do with this:

  • Synthesize audio tracks for Youtube tutorials
  • Build voice-enabled chatbot services (for example, IVR systems)
  • Classification of audio file transcriptions
  • Automated Testing of Voice services with Botium

Installation

Software and Hardware Requirements

Build Docker Containers

Clone or download this repository and start with docker-compose:

> docker-compose up -d

This will take some time to build.

Point your browser to http://127.0.0.1 to open the Swagger UI and browse/use the API definition.

Configuration

This repository includes a reasonable default configuration:

  • Use MaryTTS for TTS
  • Use Kaldi for STT
  • Use SoX for audio file conversion

Configuration changes with environment variables . See comments in this file.

Recommendation:Do not change the .env file but create a .env.local file to overwrite the default settings. This will prevent troubles on future git pull

Securing the API

The environment variable BOTIUM_API_TOKENS contains a list of valid API Tokens accepted by the server (separated by whitespace or comma). The HTTP Header BOTIUM_API_TOKEN is validated on each call to the API.

Testing

Point your browser to http://127.0.0.1/dictate to open a rudimentary dictate.js-interface for testing speech recognition.

Attention: in Google Chrome this only works with services published as HTTPS, you will have to take of this yourself. For example, you could publish it via ngrok tunnel.

Point your browser to http://127.0.0.1/tts to open a MaryTTS interface for testing speech synthesis.

API Definition

See swagger.json :

Contributing

To be done: contribution guidelines.

We are open to any kind of contributions and are happy to discuss, review and merge pull requests.

Big Thanks

This project is standing on the shoulders of giants.


以上所述就是小编给大家介绍的《Low-Key Text-to-Speech and Speech-to-Text Open Source Software Stack》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

计算机程序设计艺术(第3卷 英文版·第2版)

计算机程序设计艺术(第3卷 英文版·第2版)

Donald E.Knuth / 人民邮电出版社 / 2010-10 / 119.00元

《计算机程序设计艺术》系列被公认为计算机科学领域的权威之作,深入阐述了程序设计理论,对计算机领域的发展有着极为深远的影响。本书是该系列的第3卷,扩展了第1卷中信息结构的内容,主要讲排序和查找。书中对排序和查找算法进行了详细的介绍,并对各种算法的效率做了大量的分析。 本书适合从事计算机科学、计算数学等各方面工作的人员阅读,也适合高等院校相关专业的师生作为教学参考书,对于想深入理解计算机算法的读......一起来看看 《计算机程序设计艺术(第3卷 英文版·第2版)》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具