bewantbe / audio-analyzer-for-android

A fork of audio-analyzer-for-android in Google code, with a lot of enhancement.
Apache License 2.0
285 stars 117 forks source link

A question about dB scale #4

Closed FiluHalon closed 7 years ago

FiluHalon commented 8 years ago

Hello,

I am using your Audio Spectrum Analyser and really appreciate your work - it is awesome!

Nevertheles, I have a question about changing dB scale to linear - is it possible? Can you kindly tell me if there is any way to change the original code and make the app to show y-axis values in linear scale instead of dBs?

Thank you very much.

Yours sincerelly, Filip

bewantbe commented 8 years ago

Hi Filip,

That's easy I think. I will create a branch that demonstrate how to make this change temporary.

FiluHalon commented 8 years ago

Hello and thanks for your reply!

I really appreciate your help.

bewantbe commented 8 years ago

@FiluHalon

Done! Try the branch linear-pow.

FiluHalon commented 8 years ago

Thank you very much!

bewantbe commented 7 years ago

This issue can be close.

And this feature won't be merged to mainline, since after I try it out, I feel it is not so useful, weak signal can't be seen.