Use a description that actually explains what esound is, and what it does.

This commit is contained in:
Adam Weinberger 2002-12-10 09:19:52 +00:00
parent 052c9b9ee5
commit 38997e6781
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71490

View File

@ -1,3 +1,13 @@
a sound library for enlightenment package
[From the EsounD website:]
[W]hen two or more applications want to play sounds at the same time,
it's on a first-come, first-served basis. Whoever gets to the audio
device first wins. EsounD changes all of that...
The Enlightened Sound Daemon mixes several audio streams for playback by
a single audio device. You can also pre-load samples, and play them back
without having to send all the data for the sound. Network transparency
is also built in, so you can play sounds on one machine, and listen to
them on another.
WWW: http://www.tux.org/~ricdude/EsounD.html