I have loaded audio files into R and would now like to get a list of the complex number samples so I can use FFT and Wavelet transforms on the samples.
How do I get the list of numbers to work with whilst in R? I've tried 'audio$data', but get an error message as $ is not defined in the s4 class.
Any help would be highly appreciated, thanks.