summaryrefslogtreecommitdiff
path: root/modules/bv32/bv32.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bv32/bv32.c')
-rw-r--r--modules/bv32/bv32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bv32/bv32.c b/modules/bv32/bv32.c
index c19a8bc..f604885 100644
--- a/modules/bv32/bv32.c
+++ b/modules/bv32/bv32.c
@@ -151,7 +151,7 @@ static int plc(struct audec_state *st, int16_t *sampv, size_t *sampc)
static struct aucodec bv32 = {
- LE_INIT, 0, "BV32", 16000, 1, NULL,
+ LE_INIT, 0, "BV32", 16000, 16000, 1, NULL,
encode_update, encode,
decode_update, decode, plc,
NULL, NULL