Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: 4DGL-uLCD-SE SDFileSystem Speaker mbed wave_player
Fork of Beat_Demo_full_full by
wavfile.h
00001 #ifndef WAVFILE_H 00002 #define WAVFILE_H 00003 00004 #include <stdio.h> 00005 #include <inttypes.h> 00006 00007 FILE * wavfile_open( const char *filename ); 00008 void wavfile_write( FILE *file, short data[], int length ); 00009 void wavfile_close( FILE * file ); 00010 00011 #define WAVFILE_SAMPLES_PER_SECOND 4410//44100 00012 00013 #endif
Generated on Tue Aug 23 2022 10:31:42 by
1.7.2
