eheikes / tts

Tools to convert text to speech :books::speech_balloon:
Apache License 2.0
92 stars 19 forks source link

The typing on SSML triggers page to refresh #61

Closed vashisth00 closed 10 months ago

vashisth00 commented 4 years ago

The SSML audio repeats on typing on input text form

handleChange = e => { //e.preventDefault(); this.props.updateState({ type: 'CAPTURE_RESPONSE', payload: e.target.value }) }

eheikes commented 4 years ago

Sorry, I'm not sure what you're referring too. This project is a command-line tool (for the console), so there's no input field. I don't know the code you mentioned.