Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

esd(1) [debian man page]

ESD(1)                                                       Enlightened Sound Daemon                                                       ESD(1)

NAME
esd - The Enlightened Sound Daemon DESCRIPTION
Starts up EsounD, which provides a sound mixing server. USAGE
esd [options] -d DEVICE force esd to use sound device DEVICE -b run server in 8 bit sound mode -r RATE run server at sample rate of RATE -as SECS free audio device after SECS of inactivity (-1 to disable) -unix use unix domain sockets instead of tcp/ip -tcp use tcp/ip sockets instead of unix domain -public make tcp/ip access public (other than localhost) -promiscuous start unlocked and owned (disable authenticaton) NOT RECOMMENDED -terminate terminate esd daemon after last client exits -noterminate do not terminate esd daemon after last client exits -nobeeps disable startup beeps -beeps enable startup beeps -trust start esd even if use of /tmp/.esd can be insecure -port PORT listen for connections at PORT (only for tcp/ip) -bind ADDRESS binds to ADDRESS (only for tcp/ip) -v --version print version information Possible devices are: /dev/dsp, /dev/dsp2, etc. FILES
/etc/esd.conf daemon configuration file SEE ALSO
esdcat(1), esddsp(1), esdloop(1), esdplay(1), esdsample(1), esd-config(1), esdctl(1), esdfilt(1), esdmon(1), esdrec(1) 3rd Berkeley Distribution EsounD 0.2.41 ESD(1)

Check Out this Related Man Page

libesd.3(3)						 Introduction to Library Functions					       libesd.3(3)

NAME
libesd - GNOME Enlightenment Sound Daemon Interface library DESCRIPTION
The libesd library provides access to the Enlightened Sound Daemon (esd). The Enlightened Sound Daemon is launched automatically by libesd if the daemon is not already present. A sockets connection is managed with the daemon by this API. The connection allows sound data to be written to the daemon for playback, or read from the daemon for recording purposes. The daemon will automatically sample an incoming stream from a client to the best format that is supported by the sound device. Therefore, client programs do not have to be concerned with writing platform-specific code for handling sound data. The daemon supports caching. Each sample is given an ID tag, and sound data can then be accessed via this API with this ID tag. If the audio device supports simultaneous record and playback at the same bit resolution, bit rate, and number of channels (in other words, is full duplex), then the daemon and API also supports simultaneous reading and writing from the audio device. FILES
The following files are used by this application: /usr/lib/libesd.so GNOME Enlightened Sound Daemon Interface shared library ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-audio | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
esdcat(1), esdplay(1), esdrec(1), esdsample(1), esdmon(1), esdctl(1), esd-config(1) NOTES
Written by Brian Cameron, Sun Microsystems Inc., 2003. SunOS 5.10 10 Jan 2003 libesd.3(3)
Man Page

14 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Which Unix Certification is the most needed these days?

Which Unix Certification is the most needed these days? This is a big question think about it... - SUN unix certification? - SCO unix certification? - SOLARIS unix certification? - .... AIX 4 AIX 4.1 AIX 4.2 AIX 4.x BSDI 2.0 FreeBSD 2.2 HP-UX 10 HP-UX 10.10 HP-UX 10.20 ... (7 Replies)
Discussion started by: Dominic
7 Replies

2. UNIX for Dummies Questions & Answers

Chat program

Hi to all small question for someone extremely new to the subject. Could anyone point me in the direction of the source code for a client server, message passing program? Thanx for all your help (6 Replies)
Discussion started by: Mrchat
6 Replies

3. Filesystems, Disks and Memory

How can i get start both sco unix and turbo linux?

I think and believe that i could start both the two OS from HardDisk until i installed Turbo Linux after the SCO unix . If I do anything ,Ican only start Turbo,but if i run "fdisk /mbr",the SCO unix can normally start,but the Turbo Linux could not start with unless you insert the bootdisket,which... (4 Replies)
Discussion started by: sensir163
4 Replies

4. IP Networking

tcp/ip network

Hi, Can someone tell me how to set up a basic tcp/ip network on unix, so windows computers can ping it? Thnx, Edwin (10 Replies)
Discussion started by: edw1ns
10 Replies

5. UNIX for Dummies Questions & Answers

where is unix?

this is going to sound really stupid, but i am new to unix and only have a tiny bit of experience with it such as typing in commands. that's about it. where can i get a copy of the unix software? isn't free to download somewhere? (9 Replies)
Discussion started by: Crimzon
9 Replies

6. UNIX for Dummies Questions & Answers

unix OS

where can I get a unix OS for my server? (5 Replies)
Discussion started by: sprinterae86
5 Replies

7. UNIX for Dummies Questions & Answers

what is the startup file for unix ?

I am using Sharity and want it to start up when I start up the system. How or what is the procedure for this ??? (5 Replies)
Discussion started by: chimp
5 Replies

8. UNIX for Dummies Questions & Answers

What version of unix for a 386

I have already learned everything possible from windows or all that I at least care to learn and am now looking to move onto unix. My problem is that I have never used unix nor do I know anyone who has. If anyone could give any clues to what version/make of unix would be best on an old 386 box then... (7 Replies)
Discussion started by: tabodi
7 Replies

9. UNIX for Advanced & Expert Users

unix software problem

helllo! I work in Department of Civil Aviation.Our SSR Radar use AlphaServer 800 with unix os.Now, sever can't startup completely.Its error messages are... Enviromental Monitoring System can't start. kdaemon progam not running. network name and login name don't match. I can enter login and... (5 Replies)
Discussion started by: akzin
5 Replies

10. Shell Programming and Scripting

help using awk

Hi I have an output of the nmap command scan for port 22 as below Interesting ports on 172.29.143.221: PORT STATE SERVICE 22/tcp open ssh Interesting ports on 172.29.143.240: PORT STATE SERVICE 22/tcp closed ssh Interesting ports on 172.29.143.243: PORT STATE SERVICE 22/tcp... (5 Replies)
Discussion started by: phamp008
5 Replies

11. Programming

tcp server using pthreads is not working...ne help plz?

Hi, I am new to using threads in C++ though I have been wkring on C++ for past 1.5 years...I want to write a TCP server that serves multiple client connections...to start off..i have been working on a simple tcp echo server trying to understand how threads work.... this is my server code: ... (5 Replies)
Discussion started by: deepti_v25
5 Replies

12. UNIX for Dummies Questions & Answers

Numpy and scipy installatin to unix server

Hello, i very need to install numpy and scipy packages to pyhton on my unix server. All my tries was unssuccesalbe. Can anybody tell me how can resolve my problem. (6 Replies)
Discussion started by: daggeto
6 Replies

13. UNIX for Dummies Questions & Answers

Am new to unix , what should i do ?

am new to unix , i dont know what is unix or how to use it or where to get it . where should i start ? how i get it ? do u recommend a book ? i've been windows user for 10 years , i know how to program (vb.net / c++ / html etc), and i'm proffesional with windows . so any thing that can... (9 Replies)
Discussion started by: OrioN_SWE
9 Replies

14. UNIX for Advanced & Expert Users

Escape special character

My input is: jdbc:Oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.147.109.211)(PORT=1526))(CONNECT_DAT A=(SID= MWDBD22))) In the search pattern, ( and ) and . and @ are special RE, and need to be escaped \( and \) and \. and \@ how can i do it by script or command (9 Replies)
Discussion started by: arindam guha
9 Replies