Mercurial > pygar
comparison 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 |
comparison
equal
deleted
inserted
replaced
12:394aa40fd812 | 13:6d461680c6d9 |
---|---|
1 #ifndef _SNDFILE_WAV_UTIL_ | |
2 #define _SNDFILE_WAV_UTIL_ | |
3 | |
4 int guess_direction (const char * filename1, const char * filename2) ; | |
5 int guess_major_format (const char * filename) ; | |
6 void generate_pcm(const char * wavfilename, const char * pcmfilename); | |
7 void generate_wav(const char * pcmfilename, const char * samplewavfilename, const char * outputwavfilename); | |
8 | |
9 #endif |