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

Audio to Audio One Slice Breaking #139

Open
SalRSpina opened this issue Apr 11, 2023 · 0 comments
Open

Audio to Audio One Slice Breaking #139

SalRSpina opened this issue Apr 11, 2023 · 0 comments

Comments

@SalRSpina
Copy link

Screen Shot 2023-04-11 at 3 51 49 PM

Index out of range error occurred when trying to generate a single 5s slice:

"File "/Users/.../opt/anaconda3/envs/riffusion/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script
exec(code, module.dict)
File "/Users/.../Desktop/riffusion/riffusion/streamlit/playground.py", line 34, in
render()
File "/Users/.../Desktop/riffusion/riffusion/streamlit/playground.py", line 29, in render
module.render()
File "/Users/.../Desktop/riffusion/riffusion/streamlit/tasks/audio_to_audio.py", line 307, in render
combined_segment = audio_util.stitch_segments(result_segments, crossfade_s=overlap_duration_s)
File "/Users/.../Desktop/riffusion/riffusion/util/audio_util.py", line 82, in stitch_segments
combined_segment = segments[0]

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

No branches or pull requests

1 participant