Csound Csound-dev Csound-tekno Search About

Re: [Csnd] Csound web-IDE with iPhone

Date2024-06-28 17:17
FromEnrico Francioni <00000005323c8739-dmarc-request@LISTSERV.HEANET.IE>
SubjectRe: [Csnd] Csound web-IDE with iPhone
On iPhone:

When I do the Start Render (inside Csound web-IDE) of my csd (which I copy below):

• start the audio files (ogg)

• I get the message: Do you want to allow "ide.csound.com" to use the microphone?

• if I give the Consent, the audio that goes to the iPhone speakers is interrupted (but the microphone signal does not come in this time either).


• maybe a gigantic mistake in the csd...?

§




-iadc
-odac


sr = 44100
nchnls = 2
0dbfs = 1

instr 1
asig inch 1
arevL, arevR freeverb asig*.2, asig*.2, .65, .1
iamp = .25
aL sum asig*iamp, arevL
aR sum asig*iamp, arevR  
outs aL, aR
endin

instr 2
a1, a2 diskin2 "tributefg_01.ogg"
outs a1, a2
endin

instr 3
a1, a2 diskin2 "tributefg_02.ogg"
outs a1, a2
endin



i 1 0 364
i 2 0 172
i 3 172 192
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