< Back to IRCAM Forum

Error opening sound file

Hi,
I’m trying to synthesize a 1GB7 file (like the one here attached), but executing the following command line I get “Error opening sound file”. What am I doing wrong?

supervp -S “Applications/AudioSculpt 3.2.6/Fft/OS7.sdif” -A -Z -norm -Osa -v “/Applications/AudioSculpt 3.2.6/Sounds/OS7.aif”
“/Applications/AudioSculpt 3.2.6/Kernels/supervp” -xp_pipe -S “Applications/AudioSculpt 3.2.6/Fft/OS7.sdif” -A -Z -norm -Osa -v “/Applications/AudioSculpt 3.2.6/Sounds/OS7.aif”

======================================================================
SuperVP Copyright © 1990-2014 IRCAM
version : 2.99.97 (compiled by cornu for AudioSculpt on Jan 29 2014 17:34:48 ) Prec=Float

snd file IO using libsndfile-1.0.17patchc, Copyright Erik de Castro Lopo,
licensed under the Gnu LGPL (see: http://www.mega-nerd.com/libsndfile or libsndfile.License)

executable dir : /Applications/AudioSculpt 3.2.6/AudioSculpt 3.2.6.app/Contents/MacOS/
sse support : 1 simple 1
sse2 support : 1 simple 1
num thread limit : 4
error opening sound file `Applications/AudioSculpt 3.2.6/Fft/OS7.sdif’

Kernel returned error -42

You forgot to attach the input file, but if it is actually a SDIF file, then it is not a valid sound file. If your input is indeed the result of an analysis, you should remove the “-A” flag. There might be something else, but that’s hard to tell without the file itself

Hi,
I actually attached the .sdif, but for some reason it hasn’t been received by the forum. Here I try again. However, to avoid other mistakes (such as the -A flag, which I guess should be replaced with -isdata) what should be the complete and correct command line to synthesize a 1GB7 file? Thanks for your kind concern.
Best,
Francesco

The attachment didn’t work again. Maybe because the forum doesn’t accept files with the .sdif extension? Now I’ll try to attach it as a .zip. Thanks for your patience.
Best,
Francesco

sdif.zip (1.61 MB)

The simplest command would be something like:
supervp -S OS7.sdif -isdata S -Z -Osa OS7.aif

Of course you can add -norm as in your original command line. Correct and complete obviously depend on what you’re trying to do, but the above is the minimum: input file (-S OS7.sdif) input format (-isdata S) synthesize (-Z) output format (-OSa) and output file (OS7.aif)

Hi Francesco,

my take on this: you made a typo in the sound file name! I am pretty sure you don’t want “Applications/AudioSculpt 3.2.6/Fft/OS7.sdif”
but "/Applications/AudioSculpt 3.2.6/Fft/OS7.sdif” :wink:

Best
Axel

Ok, Frederic was right. I only had to replace the wrong flag -A with -isdata S. Thanks for your concern.
Best,
Francesco