This website works better with JavaScript.
首頁
說明
登入
hms
/
aptdec
镜像来自
https://github.com/Xerbo/aptdec
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
7
Wiki
Activity
瀏覽代碼
Increase buffer size
tags/v1.8.0
Xerbo
4 年之前
父節點
6b03bdd11e
當前提交
b96a2c6f0b
共有
1 個文件被更改
,包括
2 次插入
和
3 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
src/dsp.c
+ 2
- 3
src/dsp.c
查看文件
@@ -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…
取消
儲存