Search found 1 match

by partyfriend
Thu Jul 06, 2017 12:55 pm
Forum: General Discussion
Topic: Store Audio Samples on Esp
Replies: 4
Views: 10530

Store Audio Samples on Esp

Hello,

I already record and playback audio with i2s.

I now want to store a 16 Bit pcm sample encoded file from what i can read from. I dropped the file in the same folder my .c file is located.
but excecuteing this code:


printf("Start reading file\n\n\n");
FILE *f = fopen("Test.raw", "rb ...

Go to advanced search