joethei / obsidian-tts

Text to speech for Obsidian. Hear your notes.
GNU General Public License v3.0
71 stars 10 forks source link

Which TTS Service are you using? [I want to contribute to add a speech speed function but cant find documentation] #33

Closed ianTevesAcc closed 5 months ago

ianTevesAcc commented 5 months ago

I wanna contribute and add a speed manipulation, but I cant find the tts service your using and its docs. Could you direct me or give me any insight that will help in understanding of your plug ins architecture?

joethei commented 5 months ago

The plugin is using the SpeechSynthesis part of the Web Speech API that's available in browsers. https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API#speech_synthesis

There is already a speed setting, I am not sure if it's possible to modify the speed on the fly.

ianTevesAcc commented 5 months ago

Thanks man! I'm a productivity freak, so I wanted a speed setting.