MCPcopy Create free account
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / textToVoice.js

File textToVoice.js

assets/js/textToVoice.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const message = new SpeechSynthesisUtterance();
2
3let voices = [];
4const voicesDropdown = document.querySelector('[name="voice"]');

Callers

nothing calls this directly

Calls 1

toggleFunction · 0.70

Tested by

no test coverage detected