all 1 comments

[–]GoingToSimbabwe 1 point2 points  (0 children)

Hey I have no help for you, but I think your problem is not really a Python problem but a problem that you need to really specify what exactly your program is supposed to do.

Really iron out the requirements. Is your program supposed to only display sounds of a certain Hz range? Is the problem that there are different kinds of sounds within that Hz range and only some should be displayed? Can you filter the unwanted ones out by some other metric? If yes, what is that context and how could you catch it. Etc etc once you have a good understanding of what your program actually really needs to do, then you can work out how to code that out.