how to fork voice wid text???


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers how to fork voice wid text???
# 1  
Old 08-04-2005
Error how to fork voice wid text???

hello...
i am working in LINUX on a client/server voice communication project!!!
so far i am done wid compiling code for reading/playin sound card and also sending text from server to client.
now i need ur help in using fork()
though i do have basic concept about fork but i need detail help in how to fork both these programs on a client server network for a full duplex voice communication???
help need plzz!!!!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. What is on Your Mind?

Place Your Bits! - Who Will Win The Voice Season 3

New Event for Fans of The Voice Who Will Win The Voice Season 3 Place Your Bits! Wikipedia Reference Page (0 Replies)
Discussion started by: Neo
0 Replies

2. Linux

Execution problem wid mpstat command

mpstat -P ALL 1 10 it results.. 08:05:54 PM CPU %user %nice %sys %iowait %irq %soft %steal %idle intr/s 08:05:55 PM all 0.00 0.00 0.49 0.00 0.49 0.00 0.00 99.02 1024.75 08:05:55 PM 0 0.00 0.00 0.00 0.00 0.99 0.00 0.00 ... (1 Reply)
Discussion started by: pritesh_patil
1 Replies

3. UNIX and Linux Applications

Change voice in festival

I installed festival under /opt/TTS so presume that precedes in the following unless noted otherwise. I examined festival/lib/siteinit.scm and found the default voice was: voice_cmu_us_awb_arctic_hts (which I did not include with the install) which doesn't matter because the lin is commented... (0 Replies)
Discussion started by: slak0
0 Replies

4. Ubuntu

Voice plugin not working!

Hi, I am using Ubuntu 10.04. I installed Google talk voice and video plug-in. But audio is not working for me and video is working fine. So can I do some tweaking to enable it again? Note that I have just Mozilla Firefox with me (0 Replies)
Discussion started by: nixhead
0 Replies

5. Ubuntu

My Google voice plugin problem.

I am encountering problem in Google microphone while voice chat. Voice input is almost no, although I've installed Adobe flash plugin. Please Help! (0 Replies)
Discussion started by: nixhead
0 Replies

6. Programming

help wid C-script in tcsh

Hello Freinds I have just started off with Unix (TCSH) although I have a pretty sound background with C-programming. Kindly convey any error in foll script. #include<stdio.h> #include<math.h> #define PI 3.142857 main () { float r, A; printf("Enter the value of radius: "); scanf(" %f... (12 Replies)
Discussion started by: mahendrakamath
12 Replies
Login or Register to Ask a Question
AUPHONE(1)						      General Commands Manual							AUPHONE(1)

NAME
auphone - a simple telephone client SYNOPSIS
auphone [-a servername] [-v volume] [-l latency] [-r filename] DESCRIPTION
auphone allows two-way real time voice communication between two audio servers. OPTIONS
The following options can be used with auphone: -a servername This option specifies the audio server to which auphone should connect. -v volume This is the volume, in percent, for the incoming ring sound. The default is 15 percent. -l latency This is the latency, in seconds, of the auphone connection. A lower value will result in better real-time communications at the expense of possibly overloading the server (causing dropouts) and a greater network duty cycle. A higher value will lessen the load on the server and decrease the network duty cycle but will increase the communications delay. The default value is .25 sec- onds. -r filename You can personalize your incoming ringing sound using the -r option. Simply specify the filename of an audio file to use for the incoming ring sound. Note that this sound will be looped. USAGE
To place a call, enter the address of the audio server that you wish to connect with in the Who text field. Then hit RETURN or click on the Call button. If the callee is accepting calls, you should hear a ringing sound. If the callee answers, the username and server address of the callee will be displayed. To disconnect, click on the Hangup button. To receive incoming calls, you must already be running auphone. To answer an incoming call, click on the Answer button. You may also determine who's calling before you answer by clicking on the Caller ID button. Once you're connected, the Volume slider controls the volume of the speaker output and the Input Gain slider and Input Mode toggle control the gain and mode of the microphone or line input. AUPHONE AND THE ATHENA WIDGET SET
auphone uses the X Toolkit Intrinsics and the Athena Widget Set. For more information, see the Athena Widget Set documentation. ENVIRONMENT
In addition to the standard toolkit environment variables, the following environment variables are used by auphone: AUDIOSERVER This variable specifies the default audio server to contact if -a is not specified on the command line. If this variable is not set and the -a is not specified on the command line, auphone will attempt to connect to the audio server running on the X Window System display. SEE ALSO
nas(1), X(1) COPYRIGHT
Copyright 1993 Network Computing Devices, Inc. AUTHOR
Greg Renda, Network Computing Devices, Inc. 1.9.3 AUPHONE(1)