ContextLab / quail

A python toolbox for analyzing and plotting free recall data
http://cdl-quail.readthedocs.io/en/latest/
MIT License
20 stars 10 forks source link

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

Closed paxtonfitzpatrick closed 4 years ago

paxtonfitzpatrick commented 4 years ago

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 commented 4 years ago

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

paxtonfitzpatrick commented 4 years ago

also now adds a more permanent fix for #102

paxtonfitzpatrick commented 4 years ago

@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