[Csnd] 'in' and 'ksmps' question
Date | 2013-01-11 16:41 |
From | peiman khosravi |
Subject | [Csnd] 'in' and 'ksmps' question |
Hello, I am wondering why I get glitches when ksmps is 10? It seems to work with power-of-twos. Thanks Peiman <CsoundSynthesizer>
<CsOptions> -odac -iadc </CsOptions> <CsInstruments> sr = 44100 ksmps = 10 nchnls = 1
0dbfs = 1 instr 1 aLeft in ;audio in
out aLeft ;output as audio endin </CsInstruments> <CsScore>
i1 0 100 </CsScore> </CsoundSynthesizer>
|