eheikes / tts

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

Should check for errors reading stdin #27

Open eheikes opened 6 years ago

eheikes commented 6 years ago

readText() doesn't have a handler for errors when stdin is read; we should probably be watching for that.