Load .WAV Sound Files in C

Channel:
Subscribers:
6,130
Published on ● Video Link: https://www.youtube.com/watch?v=Q4XdG92abWA



Duration: 3:03
7,213 views
138


Get the code in the text version of this tutorial: http://croakingkero.com/tutorials/load_wav/

Chapters:
00:00 Introduction
00:16 main.c
00:31 sound_t structure
00:45 LoadWav function
01:06 fread format information
01:56 fread the data
02:32 Playing the sound
02:48 Coming next