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

Removed uncessary channel crushing #48

Merged
merged 1 commit into from
Aug 30, 2024

Commits on Aug 29, 2024

  1. Removed uncessary channel crushing

    Calling ```set_channels(1) already converts the audio to one channel, so there was no need to call ```split_to_mono```, instead we can just call ```get_array_of_samples```
    
    This should have a negligible positive impact on performance
    UsernamesLame authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b8d3f54 View commit details
    Browse the repository at this point in the history