CIA.vc
Archived Message
for musickit
Stats » Projects » musickit » Archived Message
envelope
Received 20:26 on Nov 01, 2009
Generated by Python Subversion client for CIA version 1.20
linksUTC clock
11:13 on Feb 04, 2012

Commit Message

Author:leighsmith
Project:musickit
Revision:3643
Changed Lines:48
URL:https://viewcvs.svn.sourceforge.net/viewcvs.cgi/musickit?view=rev&rev=3643
Now calloc the buffer when playing non-interleaved audio instead of malloc, since under heavy load the SndStreamManager processStreamAtTime method can be called without any clients and simply hand back the buffer to play without modification. Calloc ensures it's silence in this case.

Modified Files