Open Source Toolkit Documentation:

The MITRE Simple Audio Control Server


A Python GUI push-to-talk server which sends messages to start and stop listening.



Status

History and plans

This server originated as a short-term need in the course of audio server development. We're releasing it because someone may find it useful. We will ultimately merge it into a server which provides a more comprehensive range of audio control.

Version history


Usage

Command line

<OSTK_HOME>/bin/simple_audio_control

Default port

13050

Command line arguments

No server-specific arguments.

This server also accepts the standard server arguments. See the command-line argument parsing library in the Galaxy Communicator documentation for details.


Message set

No messages.


Messages issued

Start listening

When the "Start listening" button is pressed, the server issues the following message:
{c AudioControl :start_listening 1 }

Stop listening

When the "Stop listening" button is pressed, the server issues the following message:
{c AudioControl :stop_listening 1 }



Known bugs

None yet.


Please send comments and suggestions to: bugs-darpacomm@linus.mitre.org
Last updated January 25, 2002.

Copyright (c) 2002
The MITRE Corporation
ALL RIGHTS RESERVED