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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
===============
Version 0.2.35
===============
* fix location of configuration file in man (Craig Routledge)
* MMAP support for esddsp (from artsdsp, Olivier Blin)
* GNU/kFreeBSD support (Robert Milan)
* add new default_options in configuration file and environement
variable, fix regression caused by patch since 0.2.30
* use ALSA default alias (Cyrille Chepelov)
* clean code (Kjartan Maraas)
===============
Version 0.2.34
===============
* don't use C99 extensions (Jens Granseuer)
===============
Version 0.2.33
===============
* use new ALSA PCM API if available (Lukasz Mach and Eddy Mylyono)
* fix build on AIX and OSF (Albert Chin-A-Young)
* don't try to close audio device if not opened (Debian)
* fix build with latest automake (Stanislav Bradec)
* no longer required automake 1.4 (Thomas Cataldo)
* Fix Darwin build (Jerry Talkington)
* fix typo in manpage (Kjartan Maraas)
* Fix crash when AUDIODEV doesn't contain '/' (Stefan Heinsen)
===============
Version 0.2.32
===============
* Fix build when IPv6 is disabled (Soren Jacobsen)
* Fix missing file in tarball (Dan Winship)
===============
Version 0.2.31
===============
* Fix build on Solaris8
===============
Version 0.2.30
===============
* IPv6 support (Archana Shah)
* Cygwin support (Masahiro Sakai)
* MacOS X CoreAudio support (Masanori Sekino)
* Always read esd config file, not only when auto-spawning (James Strandboge)
* Prevents drop-outs for hardware allowing low period_size (ALSA) (Stanislav)
* Man pages fixes (Stanislav)
* major code cleanup (Kjartan)
* ensure esd_open_audio succeed if interrupted (Arvind)
* allow 0 as auto-standby value (Mohammed Waleed Kadous)
* allow simultaneous play and record on Solaris (Balamurali)
* add support for session name to esdcat (j@thing.net)
New Stuff in EsounD version 0.2.21:
o esd supports for multiple recording clients
- multiple esd_record_stream or esd_record_stream_fallback can
now run simultaneously
o security improvements
- you should upgrade to 0.2.21 - older version have security
holes, which can compromite account of any esd user
New Stuff in EsounD version 0.2:
o esd_play_stream_fallback, esd_record_stream_fallback
- if default esd is not available, revert to /dev/dsp
for playback/record
o esd_open_sound
- returns -1 if it can't find esd, instead of exiting
o ESPEAKER environment variable
- can be used to play/record/monitor esd on a
remote machine
o GNU configure-able installation
|