←back to thread

257 points amrrs | 1 comments | | HN request time: 0.235s | source
Show context
lyjackal ◴[] No.41842423[source]
Is there any way to use the TTS on its own? I maintain an obsidian TTS plug-in, and am starting to add new TTS providers (its just been OpenAI thus far). From the documentation at https://docs.play.ai/documentation/get-started/introduction, it looks like their API seems to couple it to an LLM for building conversational agents. Seems like it might be nice to use standalone as just TTS.
replies(1): >>41842543 #
1. amrrs ◴[] No.41842543[source]
You can use Play HT (the TTS powering Play AI) on its own - https://docs.play.ht/reference/api-getting-started

Do you have link to your obsidian TTS plugin?