I have a list of WAV files in a folder of data showing in the format of hours, minutes and second.
For example,
C:\Users\Desktop\Data
01h02m02s.wav
01h02m13s.wav
01h02m24s.wav
I need the filename to be modified, programmatically such that it needs to be converted into seconds. How do I do it?
3722s.wav
3733s.wav
3744s.wav
Would appreciate all feedback and help.
Thank you