[Csnd] Still problems diskin/soundin csound android

Hi. Recently bought a new android phone. Still having problems playing wav files with soundin and diskin opcodes.
Attached files in this email.
Any advice?
Thank you
Marcelo

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

super_diskin.csd (302 Bytes)

IIRC all input .wav’s need to be stored in, and accessed from, your Music folder - in Android.

Art H.

Csound mailing list Send bugs reports to Discussions of bugs and features can be posted here

Did it now, same problem.

Also, within your .csd, soundin or diskin2 must have the complete​ soundfile path enclosed in parenthesis. Otherwise the file won’t be found. (All this is a quirk of Android.) That means effectively that “Music” must be included in the path.

Art H.

Csound mailing list Send bugs reports to Discussions of bugs and features can be posted here

Ok, thanks, I’ll try that