|
|
| version 1.3, 2004/08/11 12:08:16 | version 1.4, 2004/08/18 15:42:33 |
|---|---|
| Line 67 static void streamprepare(UINT samples) | Line 67 static void streamprepare(UINT samples) |
| #if defined(SUPPORT_WAVEREC) | #if defined(SUPPORT_WAVEREC) |
| // ---- wave rec | // ---- wave rec |
| BOOL sound_recstart(const char *filename) { | BRESULT sound_recstart(const OEMCHAR *filename) { |
| WAVEWR rec; | WAVEWR rec; |
| Line 166 static void filltailsample(UINT count) { | Line 166 static void filltailsample(UINT count) { |
| // ---- | // ---- |
| BOOL sound_create(UINT rate, UINT ms) { | BRESULT sound_create(UINT rate, UINT ms) { |
| UINT samples; | UINT samples; |
| UINT reserve; | UINT reserve; |