Procházet zdrojové kódy

small raw ouput gain change

tags/v1.5
Thierry Leconte před 21 roky
rodič
revize
b8d7bc7110
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      dsp.c

+ 1
- 1
dsp.c Zobrazit soubor

@@ -118,7 +118,7 @@ int n;
}
mult=(double)Fi*fr/Fc*FreqLine;
pvbuff[n]=rsfir(&(ambuff[idxam]),rsfilter,RSFilterLen,offset,mult)*mult*3*256.0;
pvbuff[n]=rsfir(&(ambuff[idxam]),rsfilter,RSFilterLen,offset,mult)*mult*2*256.0;
shift=(int)((RSMULT-offset+mult-1)/mult);
offset=shift*mult+offset-RSMULT;


Načítá se…
Zrušit
Uložit