Hacker News new | ask | show | jobs
by lyjackal 617 days ago
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.
1 comments

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?