Go to file
Amar Takhar 96a33b1331 Don't set the current position via the PortAudio callback, instead set
GetCurrentPosition() to return the correct value using Pa_GetStreamTime().  Not
only does it not work on every platform, there is no point in setting it during
the callback as GetCurrentPosition() isn't called very often (in comparison)
when updating the play bar.  Eventually this should be changed to update the
playbar via a callback to get a position that's a lot more accurate.

Originally committed to SVN as r2798.
2009-04-15 17:50:16 +00:00
aegisub Don't set the current position via the PortAudio callback, instead set 2009-04-15 17:50:16 +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