Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Migushthe2nd/MsEdgeTTS
/ functions
Functions
25 in github.com/Migushthe2nd/MsEdgeTTS
⨍
Functions
25
◇
Types & classes
11
↓ 10 callers
Method
_log
(...o: any[])
src/MsEdgeTTS.ts:76
↓ 6 callers
Method
destroy
(error: Error | null, callback: (error: (Error | null)) => void)
src/MsEdgeTTS.ts:437
↓ 5 callers
Method
setMetadata
* 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 callers
Method
toFile
* 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 callers
Method
_rawSSMLRequest
(requestSSML: string)
src/MsEdgeTTS.ts:424
↓ 2 callers
Method
_SSMLTemplate
(input: string, options: ProsodyOptions = {})
src/MsEdgeTTS.ts:229
↓ 2 callers
Method
_initClient
()
src/MsEdgeTTS.ts:99
↓ 2 callers
Method
_rawSSMLRequestToFile
(dirPath: string, requestSSML: string)
src/MsEdgeTTS.ts:364
↓ 2 callers
Method
_send
(message)
src/MsEdgeTTS.ts:208
↓ 2 callers
Method
close
* Close the WebSocket connection.
src/MsEdgeTTS.ts:299
↓ 2 callers
Function
joinPath
(...parts)
src/utils.ts:1
↓ 1 callers
Method
_hasMetadataBoundaries
()
src/MsEdgeTTS.ts:359
↓ 1 callers
Method
_metadataCheck
()
src/MsEdgeTTS.ts:291
↓ 1 callers
Method
_pushAudioData
(data: Uint8Array, requestId: string)
src/MsEdgeTTS.ts:221
↓ 1 callers
Method
_pushMetadata
(data: Uint8Array, requestId: string)
src/MsEdgeTTS.ts:225
↓ 1 callers
Method
generateSecMsGec
(trustedClientToken: string)
src/MsEdgeTTS.ts:193
↓ 1 callers
Method
generateUUID
()
src/MsEdgeTTS.ts:185
↓ 1 callers
Method
getSynthUrl
()
src/MsEdgeTTS.ts:93
↓ 1 callers
Method
randomHex
(bytes: number)
src/MsEdgeTTS.ts:418
↓ 1 callers
Method
toStream
* 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
Method
constructor
* Create a new `MsEdgeTTS` instance. * * @param options (optional) {@link Options}
src/MsEdgeTTS.ts:87
Method
getVoices
* 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
Method
rawToFile
* 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
Method
rawToStream
* 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
Method
read
()
src/MsEdgeTTS.ts:435