Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
hms
/
aptdec
peilaus alkaen
https://github.com/Xerbo/aptdec
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
7
Wiki
Toiminta
Selaa lähdekoodia
Increase buffer size
tags/v1.8.0
Xerbo
4 vuotta sitten
vanhempi
6b03bdd11e
commit
b96a2c6f0b
1 muutettua tiedostoa
jossa
2 lisäystä
ja
3 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
src/dsp.c
+ 2
- 3
src/dsp.c
Näytä tiedosto
@@ -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
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna