Bdanilko / EdPy

A compiler for a subset of python2 to be used on the Microbric Edison robot
GNU General Public License v2.0
18 stars 12 forks source link

request for parameter to specify filename for wav file #2

Open PSLLSP opened 5 years ago

PSLLSP commented 5 years ago

I miss a parameter to specify filename for wav file. Current parameters only allow to disable creation of wav file. When wav file is created, it is random filename. This is design good for webservice. I would like to have an option to define my own filename. When outpufile is predefined it is easier to use EdPy with make utility or a script.

Such parameter should be good for webservice too. Webservice can define whatever filename it needs and just pass it to EdPy, filename format will not be limited to design of EdPy.

Bdanilko commented 5 years ago

This is an easy change -- just a new option to the option parsing. I'll put this on my list :) If you want to submit a pull request that's fine too. Thanks for your interest.