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

Feature Request: frequency scale #14

Open
sandersantema opened this issue Mar 25, 2023 · 1 comment
Open

Feature Request: frequency scale #14

sandersantema opened this issue Mar 25, 2023 · 1 comment

Comments

@sandersantema
Copy link

In a program for creating spectrograms called spek the output looks like the following:
image

I was wondering whether adding a frequency scale as seen on the left in the image to this library as well or if it's not a functionality wanted in this library whether it would be feasible for me to add it given that my dsp knowledge is rather limited.

I was using a shell script and the sox program to generate these spectrograms with frequency scales before to try and determine whether the quality of a flac or mpeg file is genuine hence the need for a frequency scale. I would now like to rewrite this functionality in rust for better programmability and speed.

@psiphi75
Copy link
Owner

That’s something someone else has mentioned previously. I’m not against adding such functionality as long as it’s behind a non-default feature. This is because adding such a feature would possibly require adding quite a few additional dependencies, and quite possibly platform dependencies. Ideally, the solution would be platform independent, or operating system agnostic.

I don’t have time to implement, but you are welcome to submit a pull request for this.

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

2 participants