이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
hms
/
aptdec
의 미러
https://github.com/Xerbo/aptdec
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
7
위키
활동
소스 검색
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
쓰기
미리보기
불러오는 중...
취소
저장