R
Rick Strong
Greetings,
I've written some code that plays soundfiles using classes in javax.sound.sampled. Developing
this code in Windows, I noticed no real problems, but when testing on a Mac (OS X) I noticed
that SourceDataLine.drain() seems to take about 10 seconds to return (blocking all the while)
while it takes just a fraction of a second to do the same thing in Windows. Has anyone else seen
this? Any interesting ideas?
Rick Strong
(e-mail address removed)
remove 'spambegone' to reply to me, of course
I've written some code that plays soundfiles using classes in javax.sound.sampled. Developing
this code in Windows, I noticed no real problems, but when testing on a Mac (OS X) I noticed
that SourceDataLine.drain() seems to take about 10 seconds to return (blocking all the while)
while it takes just a fraction of a second to do the same thing in Windows. Has anyone else seen
this? Any interesting ideas?
Rick Strong
(e-mail address removed)
remove 'spambegone' to reply to me, of course