Skip to content

Releases: Mildemelwe/neuTalk

v0.4.0

24 Dec 20:29
535d614
Compare
Choose a tag to compare
  • Added on/off switch for TalkNet's autotune function. When switched on with reference audio selected, the target synthesis will copy the exact pitch of the reference audio.
  • Added a language called "return_text" for support of non-English plain text languages for Tacotron 2 such as Polish, Spanish, and Portuguese.

v0.3.0

23 Oct 23:10
e615e4b
Compare
Choose a tag to compare

Added support for Uberduck Pipeline Tacotron 2 models. Speaker ID is stored in speaker.ntk_cfg file. Only one speaker ID per neuTalk speaker is supported so far. Model config file must be included in .ntk file under the name conf.json.

v0.2.2

18 Oct 22:00
5d1b458
Compare
Choose a tag to compare

Fixed issue where text with more than ten punctuation chunks would play out of order due do non-natural sorting.

v0.2.1

17 Oct 20:49
74e05c2
Compare
Choose a tag to compare
  • Added support for English Tacotron 2 models (both character-based [eng_tt2] and ARPAbet-based [eng_tt2_arpa])
  • Added definitions for French models; still does not work as I'm having trouble with the G2P
  • Modified stitcher.py to include punctuation rather than replacing it all with periods
  • Included SIWIS default French speaker

v0.1.1

13 Sep 02:59
c57c694
Compare
Choose a tag to compare

Modified from the 0.0.1 distribution exclusive to neuTalk's Discord server.
Added tentative support for Mandarin models. Issues with Mandarin are as follows: skipping syllables; changing intonation to be incorrect. Cause of these issues is unknown.