Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

roarphone(1) [debian man page]

roarphone(1)						  System User's Manual: roarphone					      roarphone(1)

NAME
roarphone - Roar over Network (RoN) VoIP like application SYNOPSIS
roarphone [OPTIONS]... DESCRIPTION
This program let you talk in realtime with other people connected to a roard. SERVER OPTIONS
--server SERVER Set server hostname --jumbo-mtu MTU Sets the MTU for Jumbo Packets --io-flush INTERVAL Flushs output every INTERVAL packets AUDIO OPTIONS
--rate RATE Set sample rate --bits BITS Set bits per sample --chans CHANNELS Set number of channels AUDIO FILTER OPTIONS
--afi-downmix Enable input downmixing --afi-lowpass FREQ Enable input lowpass at FREQ (in Hz) --afi-speex-prep Enable speex preprocessor --afi-speex-denoise Enable speex denoiser --afi-speex-agc Enable speex AGC --afi-speex-vad Enable speex VAD CODEC OPTIONS
--codec CODEC Set the codec --transcode Use local transcodeing DRIVER OPTIONS
--driver DRIVER Set the driver --device DEVICE Set the device GENERAL OPTIONS
--antiecho AEMODE Set the anti echo mode --threshold DTXTHRES Set the DTX threshold, disabled by default --help Show this help META DATA OPTIONS
--m-rn REALNAME Sets the real name --m-nick NICK Sets the nick name --m-email EMAIL Sets the email address --m-hp HOMEPAGE Sets the homepage URL --m-thumbn THUMBNAIL Sets a URL to a thumbnail --m-loc LOCATION Sets the location (room number) --m-org ORGANIZATION Sets the organization/company name SEE ALSO
roartips(7), libroar(7), RoarAudio(7). HISTORY
For history information see RoarAudio(7). RoarAudio January 2010 roarphone(1)

Check Out this Related Man Page

roartestclients(1)					  System Manager's Manual: roard					roartestclients(1)

NAME
roarcat2sock, roarcatad, roarsin, roarsockconnect - RoarAudio sound server test clients SYNOPSIS
roarcat2sock [OPTIONS]... roarcatad [OPTIONS]... roarsin roarsockconnect HOST PORT DESCRIPTION
This clients are primary for test perpose but may be useful for someone or can be used as examples. roarcat2sock This is the same as roarcat(1) but uses roar_simple_new_stream(3) to open the audio stream. roarcatad This is also the same as roarcat(1) but uses roar_stream_add_data(3) to fill the server's input buffer. roarsin This is the complete version of the sinus generator from roartut(7). It plays a 5 second middle C (523.2Hz) sine. roarsockconnect This is just a test tool connecting somewhere via roar_socket_connect(3). First the data of stdin is copied to the socket than the data from the socket to stdout. It's a very simlple semi-bi-directional version of netcat(1). GENERAL OPTIONS
NOTE: This list is incomplete! --help Print some help text. AUDIO OPTIONS
--rate RATE, -R RATE Set server sample rate. --bits BITS, -B BITS Set server bits. --chans CHANNELS, -C CHANNELS Set server channels. NETWORK OPTIONS
--server SERVER The server to connect to ENVIRONMENT VARIABLES
Bellow only the basic environment varibales are listend. For a complete list see libroar(7). HOME The users home directory. ROAR_SERVER The address of the listening server. This may be in form of host:port for TCP/IP connections and /path/to/sock for UNIX Domain Sock- ets. See roartips(7) for a full list. This is the same as the --server option. BUGS
There are a lot of bugs... SEE ALSO
roarctl(1), roarvorbis(1), roarfish(1), roarbaseclients(1), roartips(7), libroar(7), RoarAudio(7). HISTORY
For history information see RoarAudio(7). RoarAudio July 2008 roartestclients(1)
Man Page