diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-12-10 09:19:52 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-12-10 09:19:52 +0000 |
commit | 38997e6781a3064368915dafaccefc815fd14f4e (patch) | |
tree | 8ce6d7b71c36896cf992725642552ef561496814 /audio/esound/pkg-descr | |
parent | 052c9b9ee57c2b5c34b66ea9b7740679a86bbcb3 (diff) | |
download | ports-38997e6781a3064368915dafaccefc815fd14f4e.tar.gz ports-38997e6781a3064368915dafaccefc815fd14f4e.zip |
Notes
Diffstat (limited to 'audio/esound/pkg-descr')
-rw-r--r-- | audio/esound/pkg-descr | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/audio/esound/pkg-descr b/audio/esound/pkg-descr index 68d01e818ddd..931afef0c5da 100644 --- a/audio/esound/pkg-descr +++ b/audio/esound/pkg-descr @@ -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 |