Mercurial > pygar
view modules/bluespec/Pygar/common/SndfileWavUtil.h @ 23:90197e3375e2 pygar svn.24
[svn r24] added testing, but something is wrong with our c++ file.
author | rlm |
---|---|
date | Wed, 28 Apr 2010 08:19:09 -0400 |
parents | 74716e9a81cc |
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