Re: [Flightgear-devel] new SGSoundQueue class

2010-08-02 Thread Erik Hofman
On Mon, 2010-08-02 at 10:27 +0200, Erik Hofman wrote: > Alright, the initial version is now pushed to git. > The idea is the following; you'll have to create a new SGSampleQueue > class and use the add() function to add samples to the queue: > > SGSampleQueue *queue = new SGSampleQueue( 8000 ); //

[Flightgear-devel] new SGSoundQueue class

2010-08-02 Thread Erik Hofman
On Fri, 2010-07-30 at 09:49 +0200, Erik Hofman wrote: > I have been thinking about ATIS (and all queued messeges for that > matter) but I think that using OpenAL's queueing mechanism would be a > good idea since it offloads the burden of compiling message samples from > small sound files to OpenAL