Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set different paths for input and output data #8

Open
reckoner165 opened this issue Dec 31, 2017 · 1 comment
Open

Set different paths for input and output data #8

reckoner165 opened this issue Dec 31, 2017 · 1 comment

Comments

@reckoner165
Copy link
Collaborator

The current structure contains a single data directory that contains input .txt files as well as the output .wav. These should be moved to separate directories for clarity.

@onstash
Copy link
Contributor

onstash commented Dec 31, 2017

I agree with @reckoner165 on this. This enhancement also prevents accidental corruption of input files.

A possible solution is to have defaults for input and output directories but also make it configurable by having a way to provide input and output directories as environment variables (accessed via os.environ.get(...) or arguments (utilizing [argparse`](https://docs.python.org/3/library/argparse.html) - a utility for writing command line interfaces).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants