MCPcopy Create free account

hub / github.com/Migushthe2nd/MsEdgeTTS / functions

Functions25 in github.com/Migushthe2nd/MsEdgeTTS

↓ 10 callersMethod_log
(...o: any[])
src/MsEdgeTTS.ts:76
↓ 6 callersMethoddestroy
(error: Error | null, callback: (error: (Error | null)) => void)
src/MsEdgeTTS.ts:437
↓ 5 callersMethodsetMetadata
* Sets the required information for the speech to be synthesised and inits a new WebSocket connection. * Must be called at least once before text
src/MsEdgeTTS.ts:263
↓ 5 callersMethodtoFile
* Writes raw audio synthesised from text to a file. Uses a basic {@link _SSMLTemplate SML template}. * * @param dirPath a valid output direc
src/MsEdgeTTS.ts:311
↓ 3 callersMethod_rawSSMLRequest
(requestSSML: string)
src/MsEdgeTTS.ts:424
↓ 2 callersMethod_SSMLTemplate
(input: string, options: ProsodyOptions = {})
src/MsEdgeTTS.ts:229
↓ 2 callersMethod_initClient
()
src/MsEdgeTTS.ts:99
↓ 2 callersMethod_rawSSMLRequestToFile
(dirPath: string, requestSSML: string)
src/MsEdgeTTS.ts:364
↓ 2 callersMethod_send
(message)
src/MsEdgeTTS.ts:208
↓ 2 callersMethodclose
* Close the WebSocket connection.
src/MsEdgeTTS.ts:299
↓ 2 callersFunctionjoinPath
(...parts)
src/utils.ts:1
↓ 1 callersMethod_hasMetadataBoundaries
()
src/MsEdgeTTS.ts:359
↓ 1 callersMethod_metadataCheck
()
src/MsEdgeTTS.ts:291
↓ 1 callersMethod_pushAudioData
(data: Uint8Array, requestId: string)
src/MsEdgeTTS.ts:221
↓ 1 callersMethod_pushMetadata
(data: Uint8Array, requestId: string)
src/MsEdgeTTS.ts:225
↓ 1 callersMethodgenerateSecMsGec
(trustedClientToken: string)
src/MsEdgeTTS.ts:193
↓ 1 callersMethodgenerateUUID
()
src/MsEdgeTTS.ts:185
↓ 1 callersMethodgetSynthUrl
()
src/MsEdgeTTS.ts:93
↓ 1 callersMethodrandomHex
(bytes: number)
src/MsEdgeTTS.ts:418
↓ 1 callersMethodtoStream
* Writes raw audio synthesised from text in real-time to a {@link Readable}. Uses a basic {@link _SSMLTemplate SML template}. * * @param inp
src/MsEdgeTTS.ts:325
Methodconstructor
* Create a new `MsEdgeTTS` instance. * * @param options (optional) {@link Options}
src/MsEdgeTTS.ts:87
MethodgetVoices
* Fetch the list of voices available in Microsoft Edge. * These, however, are not all. The complete list of voices supported by this module [can
src/MsEdgeTTS.ts:245
MethodrawToFile
* Writes raw audio synthesised from text to a file. Has no SSML template. Basic SSML should be provided in the request. * * @param dirPath a
src/MsEdgeTTS.ts:339
MethodrawToStream
* Writes raw audio synthesised from a request in real-time to a {@link Readable}. Has no SSML template. Basic SSML should be provided in the request.
src/MsEdgeTTS.ts:352
Methodread
()
src/MsEdgeTTS.ts:435