On Wed, 2007-01-03 at 16:28 -0500, kind king knight wrote: > I need a framework of a sequenced sample player. This is becouse I want > to start my own project, and don't want to invent everything from > scratch. Ofcourse there is lot of this kind opensource applications, but > I need the simplest. > - It should use only /dev/dsp
/dev/dsp represents a deprecated interface. moreover, what happens when someone wants to route the output of your cool, modified mod player through FreqTweak or jack_convolve? pro audio/music apps need JACK.... or at least their users do. > - the samples should be held in raw arrays (16 of 8 bit), eventualy > downloadable from hdd. hopefully thats "16 or 8".
