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

Add the possibility to slow down or speed up audio files #108

Open
blaues0cke opened this issue Jun 2, 2016 · 1 comment
Open

Add the possibility to slow down or speed up audio files #108

blaues0cke opened this issue Jun 2, 2016 · 1 comment
Assignees
Milestone

Comments

@blaues0cke
Copy link
Owner

No description provided.

@blaues0cke blaues0cke added this to the 1.6 milestone Jun 2, 2016
@blaues0cke blaues0cke self-assigned this Jun 2, 2016
@blaues0cke
Copy link
Owner Author

  1. Speed up the Sound in an Audio File

To speed up or slow down the sound of a file, use speed to modify the pitch and the duration of the file. This raises the speed and reduces the time. The default factor is 1.0 which makes no change to the audio. 2.0 doubles speed, thus time length is cut by a half and pitch is one interval higher.

Syntax: sox input.wav output.wav speed factor

$ sox input.wav output.wav speed 2.0

http://www.thegeekstuff.com/2009/05/sound-exchange-sox-15-examples-to-manipulate-audio-files/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant