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

Bug: Speech enhancement on long audio clips #243

Closed
fabiocat93 opened this issue Jan 28, 2025 · 0 comments · Fixed by #244
Closed

Bug: Speech enhancement on long audio clips #243

fabiocat93 opened this issue Jan 28, 2025 · 0 comments · Fixed by #244
Labels
bug Something isn't working

Comments

@fabiocat93
Copy link
Collaborator

Description

I have noticed that the speech enhancement model by huggingface speechbrain/sepformer-wham16k-enhancement brakes with audio clips longer than 3s. More experiments are required. a workaround may be breaking the audio in segments and concatenating their enhanced versions.

Steps to Reproduce

Simply try the speech enhancement tutorial with a long audio clip.

Expected Results

The enhanced audio.

Actual Results

RuntimeError: The size of tensor a (2942) must match the size of tensor b (2500) at non-singleton dimension 1

Additional Notes

No response

@fabiocat93 fabiocat93 added the bug Something isn't working label Jan 28, 2025
@fabiocat93 fabiocat93 linked a pull request Jan 31, 2025 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant