RafalWilinski / telegram-chatgpt-concierge-bot

Interact with OpenAI's ChatGPT via Telegram and Voice.
https://chatwithcloud.ai
1.13k stars 110 forks source link

New feature: Add support for Azure TTS #15

Closed lorrylockie closed 1 year ago

lorrylockie commented 1 year ago

For the following reasons:

1、New capabilities support, users could choose freely 2、The price of Azure TTS Service is cheaper than Play.ht

The code has been tested both locally and Railway platform.

DavidZhiXing commented 1 year ago

how do you configure which tts to use?

lorrylockie commented 1 year ago

Not a configuration-based approach,just modifying the source code. file: src/index.ts

// import { textToSpeech } from "./lib/htApi";
import { textToSpeech } from "./lib/azureTTS";