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.
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.