Mercurial > pygar
view modules/bluespec/Pygar/core/SndfileWavUtil.h @ 22:0cfbb1e2de22 pygar svn.23
[svn r23] whoohoo! it Compiles (note with commented out stuff)
author | punk |
---|---|
date | Wed, 28 Apr 2010 00:40:15 -0400 |
parents | 6d461680c6d9 |
children |
line wrap: on
line source
1 #ifndef _SNDFILE_WAV_UTIL_2 #define _SNDFILE_WAV_UTIL_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);9 #endif