이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
hms
/
aptdec
의 미러
https://github.com/Xerbo/aptdec
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
7
위키
활동
소스 검색
Fix error in release build
tags/v1.8.0
Jon Beniston
3 년 전
부모
b3dd3f8ce1
커밋
72ce791a56
1개의 변경된 파일
과
1개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/main.c
+ 1
- 0
src/main.c
파일 보기
@@ -299,6 +299,7 @@ static int initsnd(char *filename) {
// Read samples from the audio file
int getsamples(void *context, float *samples, int nb) {
(void) context;
if(channels == 1){
return (int)sf_read_float(audioFile, samples, nb);
}else{
쓰기
미리보기
불러오는 중...
취소
저장