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! 


_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to