Skip to content

Commit

Permalink
Add SpeechToolkit info
Browse files Browse the repository at this point in the history
  • Loading branch information
fakerybakery committed Jan 10, 2025
1 parent 2991294 commit baf79e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ array, sr = tts.synthesize("Hello, world!", ref="sample.wav")
sf.write("output.wav", array, sr)
```

## SimpleTTS vs SpeechToolkit

I am also working on another project, [SpeechToolkit](https://github.com/ml-for-speech/speechtoolkit). SpeechToolkit is designed to be a more comprehensive library with more models and features (such as voice conversion and ASR). On the other hand, SimpleTTS is designed to be a lightweight library with a simple API and minimal customization.

## Support & Feedback

If you encounter any issues or have questions, please open an [issue](https://github.com/fakerybakery/simpletts/issues).
Expand Down

0 comments on commit baf79e2

Please sign in to comment.