annotate modules/bluespec/Pygar/core/SndfileWavUtil.h @ 20:a346d9e5118a
pygar svn.21
[svn r21] deleted emacs save files
author |
rlm |
date |
Tue, 27 Apr 2010 23:43:41 -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
|