This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
hms
/
aptdec
огледало од
https://github.com/Xerbo/aptdec
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
7
Вики
Activity
Преглед изворни кода
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{
Write
Preview
Loading…
Откажи
Сачувај