Part of aculab.speech View Source View In Hierarchy
Glue logic to tie a SpeechChannel to a Call.
This class is used to model the per-call data of a call leg that has a Prosody channel for speech processing.
When created, a Glue object will allocate a SpeechChannel and
connect it to the call.
SpeechChannel.
| Method | __init__ | Allocate a speech channel on module and connect it to the call. |
| Method | __del__ | Undocumented |
| Method | close | Disconnect and close the SpeechChannel. |
| Parameters | controller | The controller will be passed to the SpeechChannel |
| module | The module to open the SpeechChannel on. May be either a
tSMModuleId or an offset.
| |
| call | The call that the SpeechChannel will be connected to. | |
| auto_connect | Set to False if call and speech channel should not be connected automatically. |
Disconnect and close the SpeechChannel.
If you do not call this method, you may end up with a memory leak of uncollectable cyclic references.