Csound Csound-dev Csound-tekno Search About

Re: WaveIn in DirectCsound

Date1999-02-08 11:56
FromGabriel Maldonado
SubjectRe: WaveIn in DirectCsound
Try to call DirectCsound with the following flags:

csound.exe  -+K -+q -+e -+p12 -b500 -i   wavein.orc wavein.sco

increase the buffer length if necessary

-- 
Gabriel Maldonado

http://www.agora.stm.it/G.Maldonado/home2.htm




Sergey Batov wrote:
> 
> I try to do something with DirectCsound and microphone.
> For the beginning I'd like to print 'rms' of wave in.
> 
> ; orc
> sr=44100
> kr=4410
> ksmps=10
> 
>   instr 1
> asig in
> k_in rms        asig
> print k_in
> endin
> 
> ; sco
> f0 200
> 
> with command line:
> csound.exe  -i -n   -b512 --log.txt wavein.orc wavein.sco
> 
> But there was no result.
> Need I to organize an of infinitive loop? How?
> 
> Thank you,
>