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

adding save_dir argument to decode_speech function, fix issue #117 #118

Closed

Conversation

paxtonfitzpatrick
Copy link
Member

allows the user to pass a path save_dir to quail.decode_speech(), specifying the output directory for the text file and pickled results object returned by Google Cloud Speech.

Default behavior (save_dir=None) is the same as current behavior of saving the transcript and results object to the same directory as the audio file being decoded.

Also fixes issue #117

@jeremymanning
Copy link
Member

@paxtonfitzpatrick should i merge this pull request? and should we create a new release with the changes?

@paxtonfitzpatrick
Copy link
Member Author

also now adds a more permanent fix for #102

@paxtonfitzpatrick
Copy link
Member Author

@jeremymanning I'm going to close this PR and open another from my fork's master branch. There are a few more updates I'd like to make before merging in changes and creating a new release

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

Successfully merging this pull request may close these issues.

2 participants