Mercurial > pygar
annotate modules/bluespec/Pygar/core/SndfileWavUtil.h @ 13:6d461680c6d9 pygar svn.14
[svn r14] more stuff
author | punk |
---|---|
date | Tue, 27 Apr 2010 09:03:28 -0400 |
parents | |
children |
rev | line source |
---|---|
punk@13 | 1 #ifndef _SNDFILE_WAV_UTIL_ |
punk@13 | 2 #define _SNDFILE_WAV_UTIL_ |
punk@13 | 3 |
punk@13 | 4 int guess_direction (const char * filename1, const char * filename2) ; |
punk@13 | 5 int guess_major_format (const char * filename) ; |
punk@13 | 6 void generate_pcm(const char * wavfilename, const char * pcmfilename); |
punk@13 | 7 void generate_wav(const char * pcmfilename, const char * samplewavfilename, const char * outputwavfilename); |
punk@13 | 8 |
punk@13 | 9 #endif |