X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/7871f41f2e49978b8c5451516e7a464b0985828b..ac7213d7337bf878dc687c9d0dcbfc545a539ac1:/doc/README.html.in diff --git a/doc/README.html.in b/doc/README.html.in index 0e9b8261..f02c657d 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -22,6 +22,7 @@
  • Installation
  • Acknowledgements
  • Download
  • +
  • Community
  • License

    @@ -42,6 +43,23 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

    News

    +
    Fri May 26 2006:

    Version 0.9.0 +released; changes include: new module module-volume-restore; +new OSS API emulation tool padsp; require valid UTF8 strings +everywhere; properly support ALSA channel maps for surround sound; +increase maximum number of channels per stream to 32; add new threaded +main loop API for synchronous programs; introduce real shared object +versioning; a few API additions; many, many bugfixes

    + +
    Fri Apr 28 2006:

    Version 0.8.1 +released; changes include: support for specifying the channel map on +the command lines of paplay and pacat and as +arguments to the driver modules; ALSA hardware mixer compatibility; +fix linking; properly remove PF_UNIX sockets when unloading +protocol modules; fix sample cache; many other fixes

    +
    Thu Apr 13 2006:

    Version 0.8 released; changes include: too many to count - consider reading this blog entry for more information; many, many minor fixes.

    @@ -130,40 +148,42 @@ available. A simple main loop implementation is available as well.

    The following modules are currently available:

    -

    polypaudio is the successor of my previous, ill-fated -attempt to write a sound server, asd.

    -

    A GTK GUI manager application for polypaudio is the Polypaudio -Manager. Another GTK GUI tool for Polypaudio is the . Other GTK GUI tool for Polypaudio are the Polypaudio Volume -Meter.

    +Meter and the Polypaudio Volume +Control .

    There are output plugins for XMMS,

    Version @PACKAGE_VERSION@ is quite usable. It matches and supersedes ESOUND's feature set in nearly all areas.

    -

    Warning: polypaudio's client API and protocol are not stable -yet. The client interface is still a moving target and changes from -release to release. The client API's library version number is currently fixed to 0.0.0.

    -

    Documentation

    There is some preliminary documentation available: for the client API. (Run make doxygen to generate thi

    There are several reasons for writing loadable modules for polypaudio: