Search found 2 matches

by mrdelurk
Sat Jan 10, 2015 2:11 am
Forum: Audio Processing
Topic: Re-sorting the samples of an audio file?
Replies: 3
Views: 576

Re: Re-sorting the samples of an audio file?

You keep cycling (looping) through the file, counting 48001 at the next loop start.

It could be visualized as if the file looped endlessly for days and you extracted a single sample at repeating time intervals. Which might be larger than a single loop's length.
by mrdelurk
Fri Jan 09, 2015 5:19 am
Forum: Audio Processing
Topic: Re-sorting the samples of an audio file?
Replies: 3
Views: 576

Re-sorting the samples of an audio file?

Did anyone see an Audacity plugin or feature that can take an audio file of e.g. 48000 samples long, and re-sort its samples by picking, e.g., every 52800th sample as it keeps cycling through it? If the picking number (the 52800 in the above illustration) is related to the source's BPM x sampling fr...