Next Previous Contents

4. Speech recoder

4.1 Purpose

rtSpeechRecoder class can be considered has a caching-only data handler. Is simply recodes incoming sound blocks into its outgoing buffer, using the handleSound(rtDataStreamBlock *) method of rtDataHandler.

4.2 Parameters

This class inherits all standards parameters of rtDataHandler, and use the normal stream handling method. Refers to this class for more explanation on the parameters and behaviour.


Next Previous Contents