Changeset 534 for abuse/trunk/src/imlib/readwav.h
- Timestamp:
- Apr 22, 2011, 7:32:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/readwav.h
r494 r534 9 9 */ 10 10 11 #ifndef __READ_WAV_HPP_ 12 #define __READ_WAV_HPP_ 11 #ifndef __READ_WAV_H__ 12 #define __READ_WAV_H__ 13 13 14 #include "specs.h" 14 unsigned char *read_wav(char *filename, long &sample_rate, long &data_size); 15 void write_wav(char *filename, long sample_rate, long data_size, unsigned char *data); 16 15 uint8_t *read_wav(char const *filename, int &sample_rate, int &data_size); 17 16 18 17 #endif 19 18 20 21
Note: See TracChangeset
for help on using the changeset viewer.