使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
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 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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{
撰写
预览
正在加载...
取消
保存