Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with gnuplot #29

Open
sergio-dl opened this issue Oct 22, 2019 · 1 comment
Open

Problem with gnuplot #29

sergio-dl opened this issue Oct 22, 2019 · 1 comment

Comments

@sergio-dl
Copy link

Hello everybody !

Could someone help me with this please ?
I am very very new with OpenSmile, and trying to use it with Windows 10.

In order to visualise with gnuplot, I am doing this from the PowerShell
.\SMILExtract_Release -C config/audspec.conf -I example-audio/discours.wav -O audspec.csv
So far so well...

Then I enter in /scripts/gnuplot and make a "bash plotaudspec.sh ../../audspec.csv"

And I get this error : "plotaudspec.sh: line 10: syntax error: unexpected end of file"

When I make just "gnuplot -persist plotmatrix_spec.gp" I get
"plotmatrix_spec.gp" line 11: warning: Cannot find or open file ".tmp.plot.dat"
splot '.tmp.plot.dat' matrix title 'Spectrogram'
"plotmatrix_spec.gp" line 11: no functions or data to plot

Could you please tell me how to do this running please ? It does not work neither with plotaudspec.sh nor with the others scrips .sh

My plotaudspec.sh :
#!/bin/sh
if [ "$1" = "" ]; then
echo "Usage: plotaudspec.sh ";
exit;
fi
perl transpose_lin.pl $1 .tmp.plot.dat
echo "Starting gnuplot, type 'quit' to exit the gnuplot prompt!"
gnuplot -persist plotmatrix_spec.gp
rm .tmp.plot.dat

Thanks you all !
Sergio

@chausner-audeering
Copy link

Please try with the recently released version 3.0. Some parts of the documentation in 2.3 were outdated which has been fixed in the new release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants