You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not an issue with this library, but with your arguments.
Call expects, an array of arguments, you are using all the arguments as one string. ["spchcat", "tmp/output.wav", ">", "/tmp/output.txt"] this should be closer to what call expects. (Untested tho, consult python documentation)
Pls close the issue.
Hi When I run:
call(['spchcat tmp/output.wav > /tmp/output.txt'])
in Python, I get:
FileNotFoundError: [Errno 2] No such file or directory: 'spchcat tmp/output.wav > /tmp/output.txt': 'spchcat tmp/output.wav > /tmp/output.txt'
Can you please help me with this?
Thanks.
The text was updated successfully, but these errors were encountered: