What is the best audio processing library out there for Rust?

You asked a similar question a few months ago. An audio playback library has little reason to extract frequencies, so I'd be very surprised if you found a library that did both of those. If you want to detect frequencies in sound data, you should look into fourier decomposition, and look for crates related to that. You can easily find an audio playback library by searching as well.

1 Like