How To Find And Plot The Largest Sample In A Wav File
I wrote this code where I read a wav file and then It identifies where is the larger sample, but this only give me the possition of the max sample, but not the value of it, so what
Solution 1:
won't abs(signal1).max()
do the trick?
Post a Comment for "How To Find And Plot The Largest Sample In A Wav File"