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

Windows, error on import sox #22

Closed
ingoogni opened this issue Sep 16, 2016 · 2 comments
Closed

Windows, error on import sox #22

ingoogni opened this issue Sep 16, 2016 · 2 comments
Assignees
Labels

Comments

@ingoogni
Copy link

The line 89 in core.py:
"sox -h | grep 'AUDIO FILE FORMATS'"
results in an error on windows

to make it work change to:
'sox -h | grep "AUDIO FILE FORMATS"'

@rabitt rabitt added the bug label Sep 21, 2016
@rabitt rabitt self-assigned this Sep 21, 2016
@rabitt rabitt closed this as completed in d926abc Sep 21, 2016
rabitt added a commit that referenced this issue Sep 21, 2016
@rabitt
Copy link
Collaborator

rabitt commented Sep 21, 2016

@ingoogni can you confirm that this is fixed in version 1.2.1?

@rabitt rabitt reopened this Sep 21, 2016
@ingoogni
Copy link
Author

Works fine now. Thanks

@rabitt rabitt closed this as completed Sep 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants