Displaying 1 result from an estimated 1 matches for "straightforwrd".
Did you mean:
straightforward
2012 Jan 27
1
laod multichannel-audio-files with readWave (tuneR)
Hi,
I have a huge collection of 6-channel .wav files containing audio and
sensor recordings, which I need to analyse, across all 6 channels.
I'm thinking about what will be easier to do.
1. Just split the channels in an external audio-editor and than read
each mono channel seperatly with readWave (from tuneR), or
2. inherite the readWave class and extend it to multichannel reading?
What