The Wayback Machine - https://web.archive.org/web/20200517102850/https://github.com/topics/speech-synthesis
Skip to content
#

speech-synthesis

Here are 359 public repositories matching this topic...

r9y9
r9y9 commented Jun 18, 2019

Current documentation in README explains how to install the toolkit and how to run examples. However, I don't think this is enough for users who want to make some changes to the existing recipes or make their own new recipe. In that case, one needs to understand what run.sh does step by step, but I think docs for that are missing at the moment. It would be great if we provide documentation for:

rishikksh20
rishikksh20 commented Sep 11, 2019

After testing this code, I found out that following dependencies must be updated otherwise Exception occurs :

Pytorch > 1.0 # F.one_hot function isn't available in PyTorch v1.0 it requires 1.1 or 1.2
librosa==0.7.0 # for Griffin-Lim -> librosa.feature.inverse introduced in librosa 0.7.0

Also for running soundfile following OS dependency required

sudo apt-get install libsndfile1
MarkRx
MarkRx commented Apr 27, 2017

It seems this file was last updated for 1.0.3. It is out of sync with the actual code. For example the index.d.ts file says:

        /**
         * Set up artyom for the application. This function will set the default language used by artyom
         * or notice the user if artyom is not supported in the actual browser.
         * @see http://docs.ourcodeworld.com/projects/artyom-js/doc

The J.A.R.V.I.S. Speech API is designed to be simple and efficient, using the speech engines created by Google to provide functionality for parts of the API. Essentially, it is an API written in Java, including a recognizer, synthesizer, and a microphone capture utility. The project uses Google services for the synthesizer and recognizer. While this requires an Internet connection, it provides a complete, modern, and fully functional speech API in Java.

  • Updated May 2, 2019
  • Java

libfaceid is a research framework for prototyping of face recognition solutions. It seamlessly integrates multiple detection, recognition and liveness models w/ speech synthesis and speech recognition.

  • Updated Jan 28, 2020
  • Python

Improve this page

Add a description, image, and links to the speech-synthesis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the speech-synthesis topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.