I wonder how I could get a simple waveform plot of an audio file such
as a aiff in a format such as svg or another similar format.
I already tried to convert an aiff with sox (sound exchange) to a dat.
Got rid of the first lines of the .dat and plotted.
I did:
set terminal svg
set output "test.svg"
plot "test.aiff"
It generated a svg file, but it takes hours to convert it in
illustrator and the lines seems not to be connected after the
conversion..
I am a complete newbie with gnuplot..
Best,
Shintaro Miyazaki
work on OSX 10.5.8
|