Actions
Bug #671
closedMultiple audio streams are not played synchronously
Start date:
31 Aug 2018
Due date:
% Done:
100%
Estimated time:
Severity:
02 - High
Description
The problem is that the sun.audio.* library doesn't allow you to sync with the playing audio. But the Java Sound API does, as in this example.
I need to switch to the Java Sound API now because Jarvis now has a need to say multiple phrases in order.
- Java Sounds API Programmer Guide
- Playing Sound in Java
- Sound Tutorial for Java
- Java Sound Demo package
- Play a WAV file, which may go along with the example listed in the original description above.
- Play a WAV file
- Complete program
- Another example
Actions