source:
abuse/tags/pd/macabuse/imlib/include/readwav.hpp
@
57
Last change on this file since 57 was 49, checked in by , 15 years ago | |
---|---|
File size: 245 bytes |
Line | |
---|---|
1 | #ifndef __READ_WAV_HPP_ |
2 | #define __READ_WAV_HPP_ |
3 | #include "specs.hpp" |
4 | unsigned char *read_wav(char *filename, long &sample_rate, long &data_size); |
5 | void write_wav(char *filename, long sample_rate, long data_size, unsigned char *data); |
6 | |
7 | |
8 | #endif |
9 | |
10 | |
11 |
Note: See TracBrowser
for help on using the repository browser.