MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / setTtsSpeed

Function setTtsSpeed

src/utils/tts.ts:22–22  ·  view source on GitHub ↗
(newSpeed: number)

Source from the content-addressed store, hash-verified

20let speed = 1.0
21
22export const setTtsSpeed = (newSpeed: number) => (speed = newSpeed)
23
24let sayInstance: Say | undefined = undefined
25let queue: QueueItem[] = []

Callers 2

webviewMessageHandlerFunction · 0.90
resolveWebviewViewMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected