Class a.s.SpeechEndpoint(object):

Part of aculab.switching View Source View In Hierarchy

An endpoint to a DSP.

Endpoints are used to close a Connection. They do all their work in close or upon destruction (which calls close).
Method __init__ Initialize an endpoint to a SpeechChannel.
Method close Disconnect the endpoint.
Method __del__ Close the endpoint if it is still open
Method __repr__ Print a representation of the endpoint.
def __init__(self, channel, direction): (source)
Initialize an endpoint to a SpeechChannel.
Parameterschannela SpeechChannel.
directionEither 'rx' or 'tx'. Only used for logging.
def close(self): (source)
Disconnect the endpoint.
def __del__(self): (source)
Close the endpoint if it is still open
def __repr__(self): (source)
Print a representation of the endpoint.
API Documentation for pyAculab, generated by pydoctor at 2009-01-02 15:12:29.