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

Only first channel of audio used? #57

Open
turian opened this issue Jun 17, 2024 · 0 comments
Open

Only first channel of audio used? #57

turian opened this issue Jun 17, 2024 · 0 comments

Comments

@turian
Copy link

turian commented Jun 17, 2024

In utils.py:

waveform = waveform.numpy()[0, ...]

Why is only the first channel of audio used? Why can't every channel be processed?

I think this would be a great feature for a variety of reasons. The whole message of this project is: "Don't worry what audio you put in, it will come out at 48KHz", but dropping all channels is a bit user-hostile. I am trying to do batch processing with overlap add, to create a better replicate API, but this is really getting in my way. Thank you

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