> > vu < foo.wav > > should give you a graph of the wave file. This may be confusing... note that vu passes the wav file to it's standard output, and so you would want to put that some place other than the terminal screen: vu < foo.wav > /dev/null
> > vu < foo.wav > > should give you a graph of the wave file. This may be confusing... note that vu passes the wav file to it's standard output, and so you would want to put that some place other than the terminal screen: vu < foo.wav > /dev/null