CodeNewbie Community 🌱

Sarn Ursell
Sarn Ursell

Posted on

Learning C, writing wavs to arrays, help needed, please.

OK, here is what I am doing now.

I am learning to program in C.

I got told that I would have to consider this option so many times that I finally got around to it.

I need to find a C program to change a wav file to an array, so, can you please help me with this?

Please advise,

Regards,

Mr. Sarn Ursell.

Top comments (1)

Collapse
 
dev_tgt profile image
Timothy Taylor

hey Sarn, if you are still looking into this check out libsndfile. Once you build it, there will be a binary in the examples folder called sndfile-to-text that should get you close.