Am 17.05.2010 um 17:18 schrieb Frank Barknecht:
On Mon, May 17, 2010 at 04:53:22PM +0200, PF wrote:
i want to play a long sound file and while it is playing, be able to cut it in several parts that i later can load/play on tables. the way i would do it is to arbitrarily record stuff onto tables whenever i want to "cut" one of these sections.
If the file is played from a table, you could alternatively register the sample locations that you are playing, which is much cheaper to do that copying around table data.
let's say you are storing the snippets of the wave in the form <index> <startpoint sample> <length in samples>
would you use tables, datastructures, a textfile or lists to store and access these cue lists?
mn.