浏览代码

Fix error in release build

tags/v1.8.0
Jon Beniston 3 年前
父节点
当前提交
72ce791a56
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +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{


正在加载...
取消
保存