<li>2013-05-05 - (Radamsa)fixed bug with frame microseconds and vice versa and
changed the private
convertFrameToM..seconds methods back from 'milli' to 'micro'. Now
getMicrosecondPosition()
and setMicrosecondPosition() work correct.</li>
<li>2012-08-15 - (REMOSEWA)Fixed bug, active was never set to true, therefor
not playing audio.
Fixed bug, dataLine format was being used instead of inputStream format.
Fixed bug framePosition was incorrectly being set/returned.
Fixed bug Flush was required instead of drain to prevent some OSX computers
from crashing.
Fixed bug active was not a volatile variable, and could potentially be cached
and create an infinite loop.
Fixed bug could run out of memory if offset was too big.
Some of the fast-forward/loop features were not tested in this edit. I spent
forever at work trying to get this
to work. I just applied the changes that I remember making at work. Could be
missing some. -REMOSEWA</li>
<li>2012-07-24 - Fixed bug in size of byte array (2^16 -> (int)Math.pow(2,
16)).</li>
Original issue reported on code.google.com by dmitry.p...@gmail.com on 5 Jun 2013 at 4:26
Original issue reported on code.google.com by
dmitry.p...@gmail.com
on 5 Jun 2013 at 4:26Attachments: