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
Need to Transpose by chromatic scale. Ref:
https://github.com/suntong/ffcvt/wiki/Ref:-Musical-scale,-musical-note-frequencies#coefficient-to-six-places
The text was updated successfully, but these errors were encountered:
4cb18aa
# up 2 chromatic scale (A -> B) ffcvt -force -t '' -ext _.mp3 -abr 72k -tkb +2 -f 440.wav # down 5 chromatic scale (A -> E) ffcvt -force -t '' -ext _.mp3 -abr 72k -tkb -5 -f 440.wav
The 440.wav tone can be acquired from https://onlinetonegenerator.com/
440.wav
Sorry, something went wrong.
No branches or pull requests
Need to Transpose by chromatic scale. Ref:
https://github.com/suntong/ffcvt/wiki/Ref:-Musical-scale,-musical-note-frequencies#coefficient-to-six-places
The text was updated successfully, but these errors were encountered: