ChangeLog of WeirdX ==================================================================== Last modified: Mon Feb 19 15:31:19 UTC 2001 Changes since version 0.0.6: ............................ - fixed resources leak in SamplePlayer and StreamPlayer. - added a doc, 'misc/EsounD-protocol.txt', which is in the draft status, but the first description about the undocumented EsoundD protocol. Changes since version 0.0.5: ............................ - added a spport for the Ogg Vorbis bitstream. JEsd's audio server accepts Ogg Vorbis bitstreams directly via EsounD protocol and works as the Ogg Vorbis player. Changes since version 0.0.4: ............................ - added a spport for the request 'ESD_PROTO_LATENCY'. This request has been added since esound-0.2.14(?). - fixed a bug in processing the request 'ESD_PROTO_ALL_INFO'. By this bug, freeamp had not worked with JEsd. - added a hack for working aroud a bug in J2SE Plug-in. Check the constructor of StreamPlayer class. Changes since version 0.0.3: ............................ - changed to use JS(Java Sound) API 1.0, which is included with the Java 2 SDK, Standard Edition 1.3 RC1 release, and as part of the JMF 2.0 FCS release. Previous versions had used JS API 0.9. This API has been out of date and been incompatible with JS API 1.0. Changes since version 0.0.2: ............................ - fixed to respond correctly to server_info and all_info requests. Previous versions had sent back garbages in responding to these requests. Recent mpg123(for example, version 0.59r, which is included in RH 6.1) uses the server_info request and had not worked with the audio server of JEsd. Changes since version 0.0.1: ............................ - added client side code for communicating with esd.