Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
let
speed = 1.0
21
22
export
const
setTtsSpeed = (newSpeed: number) => (speed = newSpeed)
23
24
let
sayInstance: Say | undefined = undefined
25
let
queue: QueueItem[] = []
Callers
2
webviewMessageHandler
Function · 0.90
resolveWebviewView
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected