Author Topic: Problems with pvoc anal 1  (Read 2799 times)

andbe

  • Newbie
  • *
  • Posts: 2
    • View Profile
Problems with pvoc anal 1
« 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

lynx

  • Sr. Member
  • ****
  • Posts: 67
    • View Profile
    • Personal Homepage
Re: Problems with pvoc anal 1
« Reply #1 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.

andbe

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Problems with pvoc anal 1
« Reply #2 on: September 24, 2015, 07:55:29 AM »
That did it! Thanks a lot :)