Posts by Matheus Toledo • 11 points
1 post
-
1
votes0
answers39
viewsQ: Problem with program to reverse WAV audio in C
I’m making a program to reverse (let it go) a WAV audio given as input, but my program stops working and I can’t find where I’m going wrong. Follows my code: header: #ifndef WAV_H_ #define WAV_H_…