jeffwright13 / apg_flask

Flask wrapper around the [audio program generator](https://github.com/jeffwright13/audio_program_generator) module
0 stars 3 forks source link

gTTS Option Support #11

Closed jeffwright13 closed 3 years ago

jeffwright13 commented 3 years ago

When apg support becomes available, open up options with html

jeffwright13 commented 3 years ago

APG now passes in an arbitrary number of keyword arguments (as **kwargs) in addition to its two positional arguments (phrase_file and sound_file). So any underlying gTTS options are now supported.

bbelderbos commented 3 years ago

Cool, do you handle new kwargs though? I remember we only popped "slow" and "attenuation" off manually ...