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

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.
In a program for creating spectrograms called spek the output looks like the following:

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.