1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
ChangeLog of WeirdX
====================================================================
Last modified: Mon Feb 19 14:42:04 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 draft status,
but first descriptions 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.
|