Csound Csound-dev Csound-tekno Search About

Re: [Csnd] Some problems with RunloopSound

Date2018-07-04 16:23
FromEnrico Francioni <00000005323c8739-dmarc-request@LISTSERV.HEANET.IE>
SubjectRe: [Csnd] Some problems with RunloopSound
…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

Date2018-07-04 17:29
Fromjpff
SubjectRe: [Csnd] Some problems with RunloopSound
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

Date2018-07-05 09:05
FromAnders Genell
SubjectRe: [Csnd] Some problems with RunloopSound
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