Search found 1 match

by princee
Tue Jan 06, 2015 1:17 am
Forum: Audio Processing
Topic: Generating (time, amplitude) data table using sound samples
Replies: 2
Views: 656

Generating (time, amplitude) data table using sound samples

    How do I return the points of every n th sample in a .wav file? I want to export the amplitude of each sample with respect to time into a file. Note that my sound files are only 1 second long, so I don't think the data processing will be too difficult. Thus, I think that the n in "every n th" is...