source: abuse/trunk/src/imlib/include/readwav.hpp @ 28

Last change on this file since 28 was 2, checked in by Sam Hocevar, 18 years ago
  • imported original 0.7.0 tarball
File size: 245 bytes
Line 
1#ifndef __READ_WAV_HPP_
2#define __READ_WAV_HPP_
3#include "specs.hpp"
4unsigned char *read_wav(char *filename, long &sample_rate, long &data_size);
5void 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.