-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation Feedback Wanted #300
Comments
It's currently not working :( |
Fixed in #304 |
Yes, I can confirm it's working 👍 |
I am missing a part of the docs on how to change the default port "8000" without breaking all functionality. If I change the port to lets say 8001 by using --publish 8001:8000 I get only errors. The UI can be accessed but for example I get this:
Is it possible to map it to another port than 8000 with it working? |
https://speaches.ai/usage/text-to-speech/ : typo "maximuam" In https://speaches.ai/configuration/ not all the keys are detailed. For example compute_type does not have its own text. https://speaches.ai/installation/#__tabbed_1_2 : typo compsose sidebar: typo intergration https://speaches.ai/usage/open-webui-integration/ : for the api key it says " does-not-matter-what-you-put-but-should-not-be-empty" but AFAIK its obsolete because we can now hardcode a key. sidebar : Voice chat depends on tts and sst so should appear in third position instead of first IMO https://speaches.ai/usage/text-to-speech/ : should mention that kokoro is english only |
Stumbled into this today. Fiddling with new TTS integration for HomeAssistant in my home. Started in doct https://speaches.ai/ Then found the https://speaches.ai/installation/ And went for the CPU docker installation to fiddle. Got it online and navigated to the webpage and used the standard "A rainbow". Checked the logs.... etc.. Hmm.. maybe i need to get the model & voices.. Which was explained in capabilities, but not in the "installation" page :-S Ran all the exec -it speaches ... Still.. pondering one small thing: |
I will second what @Frisovdm said: it feels like instructions are not documented where you would expect them to be. I am still trying to figure out where to put models for STT and TTS as it does not download automatically as suggested. My suggestion: approach setting up a new speaches instance from the perspective of a total beginner to this project — actually set up an instance, but for every step, act like you don't know what to do and reference the documentation. If you don't find what you are looking for where you would expect it (in installation instructions) then note it down. Walk through the entire process of setting it up, implement changes based on your notes, and you will definitely improve the documentation. There are multiple ways to set this project up, but I would suggest starting with using a simple Docker setup or whichever you find to be most frequently used, then do the others as time permits. |
I think it would also be good to mention other models / which models can be used with speaches and how. I've been trying to get https://huggingface.co/onnx-community/Kokoro-82M-v1.0-ONNX to show up but I can't figure it out. |
Would love to get some feedback on the documentation at https://speaches.ai/
The text was updated successfully, but these errors were encountered: