Part of aculab.speech View Source View In Hierarchy
| Method | __init__ | Prepare to play a list of tones. |
| Method | start | Generic job interface method. |
| Method | on_write | Reactor callback. |
| Method | stop | Generic job interface. |
Prepare to play a list of tones.
Related Aculab documentation sm_play_tone.
SeeSpeechChannel.tones for a shorthand.
| Parameters | tone | A predefined tone id. See the list of pre-loaded output tones for valid tone ids. Duration is in seconds, not milliseconds. 0.0 is infinite. |
| duration | the duration in seconds (float). |