Go to file
Amar Takhar 235af35603 * Remove a short-lived hack (hours?) and replace it with a
PaStreamFinishedCallback which is called anytime a PaCallback is exited with
  anything other than 0. (normal operation)  paStreamFinishedCallback handles
  stopping the audio stream when we've run to the end of the current selection
  or the stream is stopped.
* Add framesPerBuffer to paCallback debug output in preperation for dynamic
  buffers.
* Set paPrimeOutputBuffersUsingStreamCallback in Pa_OpenStream to prime the
  output buffer using the callback rather than initing with empty space which
  is the default.
* Indent paCallback decleration another level.

Originally committed to SVN as r2807.
2009-04-17 02:14:42 +00:00
aegisub * Remove a short-lived hack (hours?) and replace it with a 2009-04-17 02:14:42 +00:00
contrib Fixed windows project. 2009-03-14 20:52:01 +00:00
devel Fixed windows project. 2009-03-14 20:52:01 +00:00
docs SVN Transition Step 7/7 2009-03-08 08:32:10 +00:00