| It does indeed seem like audio input does not work. Perhaps the author could comment?
Regards,
Anders
> 4 juli 2018 kl. 18:29 skrev jpff :
>
> Case 1: The error message might give a clue but pmostlikely it isnot findingthe audio fie. Tis couldbe because of paths or environment ariables of simolar. Depends a littl on te platfor, but I only know about Linux so may not be much help.
>
> Case 2: I cannot see anywhere where the micropone is associated with the in opcode. I cud expect a "-i adc" option in the csd or the calling scheme.
>
>
>> On Wed, 4 Jul 2018, Enrico Francioni wrote:
>>
>> ?very simple:
>> - in the first case the algorithm closes and I have an error;
>> - in the second case the microphone signal does not go to the output ...
>>
>> FIRST CASE:
>>
>>
>> nchnls = 1
>> instr 1
>> asig diskin ?test.aiff?
>> out(asig)
>> endin
>>
>>
>> i 1 0 5
>> e
>>
>>
>>
>> ***
>>
>> SECOND CASE:
>>
>>
>> nchnls = 1
>> instr 1
>> asig in
>> out(asig)
>> endin
>>
>>
>> i 1 0 5
>> e
>>
>>
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>> https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>>
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
> https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |