UNPKG

@andresaya/edge-tts

Version:

Edge TTS is a package that allows access to the online text-to-speech service used by Microsoft Edge without the need for Microsoft Edge, Windows, or an API key.

9 lines (8 loc) 385 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Constants = void 0; exports.Constants = { TRUSTED_CLIENT_TOKEN: '6A5AA1D4EAFF4E9FB37E23D68491D6F4', WSS_URL: 'wss://speech.platform.bing.com/consumer/speech/synthesize/readaloud/edge/v1', VOICES_URL: 'https://speech.platform.bing.com/consumer/speech/synthesize/readaloud/voices/list', };