MsEdgeTTS icon indicating copy to clipboard operation
MsEdgeTTS copied to clipboard

A simple Azure Speech Service module that uses the Microsoft Edge Read Aloud API

Results 6 MsEdgeTTS issues
Sort by recently updated
recently updated
newest added

is there a possibility to get JSON format as output with start time end time and it's value (resp word)

I'm working on a program which requires the generation of many TTS audio streams. In this program, I iterate through each string using a for loop and have it read...

I tested this in my react/vite app but it keeps exiting with errors from node modules. Could anyone tell me if this library works on the browser as well. thanks

```ts import { MsEdgeTTS, OUTPUT_FORMAT } from "msedge-tts"; (async () => { try { const tts = new MsEdgeTTS(); await tts.setMetadata("en-US-AriaNeural", OUTPUT_FORMAT.WEBM_24KHZ_16BIT_MONO_OPUS).catch(e => { console.log("An error occurred:"); console.error(e); }); const...

**Description:** This PR fixes an issue where the library was no longer able to connect to the Microsoft Edge TTS service due to API changes. Resolves: https://github.com/Migushthe2nd/MsEdgeTTS/issues/26 **Changes:** * **Updated...

Hi there, I'm getting a connection error that has just started today despite everything working perfectly for weeks beforehand. If you could investigate the problem to see whether or not...