naxingyu / opensmile

A github repo of the openSMILE feature extraction tool.
http://www.audeering.com/research/opensmile
Other
214 stars 79 forks source link

Problem with gnuplot #29

Open sergio-dl opened 4 years ago

sergio-dl commented 4 years ago

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 commented 3 years ago

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.