summaryrefslogtreecommitdiffstats
path: root/libao2/eq.h
diff options
context:
space:
mode:
Diffstat (limited to 'libao2/eq.h')
-rw-r--r--libao2/eq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/eq.h b/libao2/eq.h
index dab6e96d65..f601311d69 100644
--- a/libao2/eq.h
+++ b/libao2/eq.h
@@ -13,7 +13,7 @@
typedef struct equalizer_s
{
- float gain; // Gain in db -15 - 15
+ float gain; // Gain in dB -15 - 15
int channel; // Channel number 0 - 5
int band; // Frequency band 0 - 9
}equalizer_t;