Code cleanup.
This commit is contained in:
@@ -2,8 +2,15 @@
|
||||
#define __CWAV_H__
|
||||
|
||||
#include "../types.h"
|
||||
#include "../wav.h"
|
||||
|
||||
u8* build_cwav(WAV wav, u32* size);
|
||||
typedef struct {
|
||||
u32 channels;
|
||||
u32 sampleRate;
|
||||
u32 bitsPerSample;
|
||||
u32 dataSize;
|
||||
u8* data;
|
||||
} CWAV;
|
||||
|
||||
u8* cwav_build(CWAV wav, u32* size);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user