This website works better with JavaScript.
Home
Help
Sign In
hms
/
aptdec
mirror of
https://github.com/Xerbo/aptdec
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
Increase buffer size
tags/v1.8.0
Xerbo
4 years ago
parent
6b03bdd11e
commit
b96a2c6f0b
1 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
src/dsp.c
+ 2
- 3
src/dsp.c
View File
@@ -23,7 +23,6 @@
#include <math.h>
#include "filter.h"
#include "filtercoeff.h"
// In case your C compiler is so old that Pi hadn't been invented yet
#ifndef M_PI
@@ -31,8 +30,8 @@
#endif
// Block sizes
#define BLKAMP
1024
#define BLKIN
1024
#define BLKAMP
32768
#define BLKIN
32768
#define Fc 2400.0
#define DFc 50.0
Write
Preview
Loading…
Cancel
Save