Mercurial > pygar
view modules/bluespec/Pygar/common/SndfileWavUtil.h @ 34:1a21b4cd85ee pygar svn.35
[svn r35] fixed the perl scripts and c files to handle multiple voices
author | rlm |
---|---|
date | Tue, 04 May 2010 12:08:19 -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