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

Allow Converting of Non-Single Channel Samples .wav to Single Channel #71

Open
Tracked by #54
RobDavenport opened this issue Sep 14, 2022 · 0 comments
Open
Tracked by #54
Labels
Audio Related to the Audio or Sound Engine crates. enhancement New feature or request

Comments

@RobDavenport
Copy link
Member

Currently, importing samples for the sampler instrument just takes everything and treats it as a single channel. That means for dual channel samples, they end up playing back at half-speed.

This forces users to manualy convert their samples to mono, which may require special tools or software.

Since we have all the data, we should have a way to do this, either by using a single channel (left or right), or maybe combining the two channels into one.

@RobDavenport RobDavenport added enhancement New feature or request Audio Related to the Audio or Sound Engine crates. labels Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Audio Related to the Audio or Sound Engine crates. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant