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

Question about noisiness and sampling multiple audio tracks #465

Open
BlueCyro opened this issue Mar 22, 2022 · 0 comments
Open

Question about noisiness and sampling multiple audio tracks #465

BlueCyro opened this issue Mar 22, 2022 · 0 comments

Comments

@BlueCyro
Copy link

BlueCyro commented Mar 22, 2022

Hi, I've recently used CSCore in a little project of mine to precompute the FFT for an entire song file and play it back as an animation. Currently, I'm debating whether or not I should run the FFT on the individual channels and average the result, or combine the channels and then run a singular FFT on that. The problem I have with combining the channels however, is the phasing of multiple channels when songs employ sound waves that otherwise cancel eachother out when averaged.

The second problem I've got is that as the window goes higher (4096 and up for 44.1khz tracks), the effective "FPS" of the animation goes down. Is there a correct way to sample the file more frequently so as to increase the effective update rate even at bigger sizes?

Sorry if this isn't a great place to ask, but advice would be appreciated regardless!

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