ソースを参照

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{


読み込み中…
キャンセル
保存