Monday, January 31, 2011
Spent most of the weekend working with the Java Sound API. Ran into several issues mostly having to do with data delay or the best methods to retrieve and stream audio data.
The following illustration shows where most of the problems occurred.
I was able to sync this process so that everything works insofar as the sound element for the project. I need to add another servlet that will act as a user interface for requests. The new servlet will drive the sound process I have illustrated.
The Java Sound API is quite sophisticated, however there are many wrong turns one can take. Took me a weekend to make several wrong turns.. before finding the right ones.