このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
hms
/
aptdec
ミラー元
https://github.com/Xerbo/aptdec
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
7
Wiki
アクティビティ
ソースを参照
Fix error in release build
tags/v1.8.0
Jon Beniston
3年前
親
b3dd3f8ce1
コミット
72ce791a56
1個のファイルの変更
、
1行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
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{
書き込み
プレビュー
読み込み中…
キャンセル
保存