Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to write a program to recognize the sounds of a shot. I am facing the problem of getting a spectrogram from an audio file. How important is it to implement this?


What I have tried:

I read that it is possible through the nAudio library or through FFT, but I still can't solve the problem.
Posted
Updated 29-May-21 6:40am

1 solution

This link[^] might help. It was the first result of a search on "software generate spectrogram". There are many others. It's a standard way to analyze sound, so I think you need to use them.

If you need source code, searching on "software generate spectrogram source code" turned up this post[^], which has a number of links to such software.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900