Still trying...

This commit is contained in:
xenakios
2017-11-16 02:48:24 +02:00
parent adc6505424
commit 84e564b393
5 changed files with 14 additions and 6 deletions

View File

@ -83,7 +83,8 @@ void BinauralBeats::process(REALTYPE *smpsl,REALTYPE *smpsr,int nsmps,REALTYPE p
REALTYPE outl2=m1-m2;
h1=0,h2=0;
h1=0;
h2=0;
hr.process(smpsr[i],h1,h2);
m1=h1*cos(x);