Re: [Csnd] Newbie question regarding syntax for pvanal
| Date | 2022-08-10 17:07 |
| From | Scott Daughtrey |
| Subject | Re: [Csnd] Newbie question regarding syntax for pvanal |
Hi John, thank for for replying.
Platform is Android. I have tried many ways to specify output so error messages vary.
Syntax according to link:
-U pvanal [flags] infilename outfilename
but if I type:
-U pvanal "filename.wav" "filename.pvx"
o
-U pvanal "filename.wav", "filename.pvx"
message reads - pvanal error: illegal number of filenames.
I have tried :
-U pvanal "filename.wav"
- o/storage/emulated/0/filename.pvx
It stars analysing the wav and gives me file info (sample frames, framesize=1024 etc.) then states "unable to create analysis.
pvsys: unable to create fileerror generating pvocex.
-U pvanal "filename.wav" successfully analyzes the wav as well but obviously writes nothing, so I need to figure out the syntax to output the analysis to a .pvx file.
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 |
| Date | 2022-08-10 17:18 |
| From | John ff |
| Subject | Re: [Csnd] Newbie question regarding syntax for pvanal |
You definitely need the -o filename on the command line as that is universal in csound.
So it looks like permissions
On 10 Aug 2022, at 17:08, Scott Daughtrey <stunes6556@gmail.com> wrote: Hi John, thank for for replying. |