Class a.s.SilenceJob(PlayJobBase):

Part of aculab.speech View Source View In Hierarchy

Job to play silence.

This job isn't really useful, because it is generally better to just output nothing for silence. I wrote it while I was hunting for subtle switching noises.
Method __init__ Create a SilenceJob.
Method done Generic job interface method.
Method get_data PlayJobBase interface method.

Inherited from PlayJobBase:

Method start Generic job interface method.
Method fill_play_buffer Reactor callback - fills the play buffers on the board.
Method stop Generic job interface method.
def __init__(self, channel, duration=0.0): (source)
Create a SilenceJob.
ParameterschannelThe SpeechChannel that will play silence.
durationThe length of the silence in seconds.
def done(self): (source)
Generic job interface method.
def get_data(self, length): (source)
PlayJobBase interface method.
API Documentation for pyAculab, generated by pydoctor at 2009-01-02 15:12:29.