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
It might be a good idea to note this command into the documentation, it outputs a standard WAV file.
sox -t raw -L -r 8421 -e signed -b 16 -c 1 pcm0 pcm0.wav speed 0.92
The text was updated successfully, but these errors were encountered:
This is a quick bash script to convert all the files in the current folder:
#!/bin/bash for file in ./* do sox -t raw -L -r 8421 -e signed -b 16 -c 1 $file $file.wav speed 0.92 done
Sorry, something went wrong.
Here's a zip of all the prompts converted into WAV:
https://mega.co.nz/#!6pxnTLSa!d2AXSfPrp4CeU940I7fxxmC3YYPFAWLRBrxbLWL3V3E
The link is dead
No branches or pull requests
It might be a good idea to note this command into the documentation, it outputs a standard WAV file.
The text was updated successfully, but these errors were encountered: