gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] Audio question


From: strk
Subject: Re: [Gnash-dev] Audio question
Date: Thu, 10 Sep 2009 19:46:29 +0200

On Thu, Sep 10, 2009 at 07:22:30PM +0200, Andrea Palmatè wrote:

> For default implementation you mean mine?

I mean the one in sound_handler base class.
Did you do that ? I thought it was mine ...

> well, i actually use fetchSample to get the samples (that should  
> already mixed i think) and pass them to the audio card using the mix  
> function

fetchSample returns the samples already mixed, but internally
it mixes them using the ::mix() function which is virtual
so overridable by subclass.

The base class does NOT communicate with the audio card
in any way. That part is left to the subclass.

--strk;

 Free GIS & Flash consultant/developer      ()  ASCII Ribbon Campaign
 http://foo.keybit.net/~strk/services.html  /\  Keep it simple! 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]