blob: b5042642ebd8bcb6d965e2c87af4fbfbc27ccc99 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- audio.h.orig 2025-06-08 11:12:29 UTC
+++ audio.h
@@ -136,7 +136,7 @@ long wav_ieee_read(void *, double **buffer, int sample
long wav_read(void *, double **buffer, int samples, int fast, int chunk);
long wav_ieee_read(void *, double **buffer, int samples, int fast, int chunk);
-enum {
+typedef enum {
WAV_NO_FMT = 0,
WAV_FMT_8BIT,
WAV_FMT_16BIT,
|