Tuesday, June 02, 2020

Automatically Text to speech resources



[1] Text to speech https://github.com/as-ideas/TransformerTTS

No comments:

Javascript DEBUG functions

    Object . entries ( obj ) const obj = { foo : "bar" , baz : 42 } ; console . log ( Object . entries ( obj ) ) ; // [ [...