We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"'
The text was updated successfully, but these errors were encountered:
d926abc
Merge pull request #23 from rabitt/windows-bug
f6089b7
fixes #22
@ingoogni can you confirm that this is fixed in version 1.2.1?
Sorry, something went wrong.
Works fine now. Thanks
rabitt
No branches or pull requests
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"'
The text was updated successfully, but these errors were encountered: