Composers Desktop Project Forum

Composition => Composition => Topic started by: andbe on September 23, 2015, 01:49:55 PM

Title: Problems with pvoc anal 1
Post by: andbe on September 23, 2015, 01:49:55 PM
Hi,
I have tried to do a pv analysis of a mono sound file in wav format (24-bit, 48kHz) like this:
pvoc anal 1 test.wav test.ana
but I keep getting
ERROR: Invalid data
ERROR: Cannot open output file test
I am on OSX 10.9.5 working from terminal.
Any ideas what's wrong?
Best,
Andreas
Title: Re: Problems with pvoc anal 1
Post by: lynx on September 24, 2015, 06:03:22 AM
At the terminal, enter "export CDP_SOUND_EXT=wav", then try your command again.  If it works, just add this export line to your .bash_profile (sans quotes) and this shouldn't crop up again.
Title: Re: Problems with pvoc anal 1
Post by: andbe on September 24, 2015, 07:55:29 AM
That did it! Thanks a lot :)