readWave('hello.wav',from=0,to=1,units='seconds')
plot(hello@left,xlab="time",ylab="freq")
But how to get the frequency array before applying short-time fourier transform and take out a specific range of the frequency in R? For example, [60,300] Hz for adult men and save it as another wav. file.