-
Notifications
You must be signed in to change notification settings - Fork 3
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
play does not play with correct speed #4
Comments
thanks! it should be fixed now. try to reinstall it and run again. |
Yes that fixes it! Now there's just a panic at the end of the file. It doesn't affect playback but maybe important:
|
just added a boundary check. does it work for you now? |
No more panics here (but now the waveform doesn't move in playback mode for some reason). Sorry! |
it should be fine now; I forgot to change the pointer from the origin file length to the resampled length 😅 |
Hi !
Really cool tool!!
Just tried it and record worked flawlessly for me, but play seems to play back the file at the wrong speed. The same file played with sox plays normally through once at normal speed but then in asak it is played twice at double speed it seems. Probably not adjusting for sample rate.
The text was updated successfully, but these errors were encountered: