jrovu / LinguaFreq-text2speech

Creates voice audio files from a list of sentences, using AWS Polly (text-to-speech)
1 stars 0 forks source link

Should I remove the "simpletext" mode? #3

Closed jrovu closed 4 years ago

jrovu commented 4 years ago

This is the mode where you put in a single phrase per line in sentences.txt and it outputs the phrase. I believe we could add it back later if needed. The benefit to removing it: Simply code, allow us to release features easier.

jrovu commented 4 years ago

@ctparadise What do you think?

ctparadise commented 4 years ago

We can remove simple text mode, but we should create a csv mode that does the same thing. It's nice to be able to create single language + pause sentences.

jrovu commented 4 years ago

Ok makes sense. Thanks.

jrovu commented 4 years ago

Opened #26 for this.