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
I can reproduce: While the speedup function doesn't actually "hang", it becomes really slow due to internal repeated copying of the audio, which for long audio files/segments becomes prohibitive. In PR #746 I have a much more performant but not quite as general re-implementation to start a discussion on how to improve this.
Steps to reproduce
Download a podcast episode (I used https://27083.mc.tritondigital.com/OMNY_ODDLOTS_PODCAST_P/media-session/f155044e-aa39-4c0c-ada7-581d92b80798/d/clips/e73c998e-6e60-432f-8610-ae210140c5b1/8a94442e-5a74-4fa2-8b8d-ae27003a8d6b/33372447-ffe8-4b9d-8a2a-b031012c3f03/audio/direct/t1688371276/Bridgewater's_Greg_Jensen_on_AI,_Inflation_and_What_Markets_Are_Getting_Wrong.mp3).
Try:
Expected behavior
I should get a new mp3 file (
faster_file.mp3
) that's shorter than the original.Actual behavior
The code hangs indefinitely and I have to manually cut it off after 5+ minutes.
Your System configuration
Is there an audio file you can include to help us reproduce?
See URL above.
The text was updated successfully, but these errors were encountered: