annotate 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 |
|
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
|