Package com.arunta.base.audio.codec

Total Recall System Codecs

See:
          Description

Interface Summary
Decoder Decoder interface.
Encoder Encoder interface.
 

Class Summary
ALaw2SpeexTranscoder Transcoder which converts from G.711 A-Law to SPEEX.
ALawDecoder G.711 A-Law decoder.
ALawEncoder G.711 A-Law encoder.
DecoderSelector Decoder selector capable of identifying decoders based on their name.
EncoderSelector Encoder selector capable of identifying decoders based on their name.
HQVQDecoder HQVQ decoder.
SPEEXDecoder SPEEX decoder.
SPEEXEncoder SPEEX encoder.
Transcoder Base class for transcoders.
TranscoderFactory Transcoder factory.
ULaw2SpeexTranscoder G.711 U-Law to SPEEX transcoder.
ULawDecoder G.711 U-Law decoder.
ULawEncoder G.711 U-Law encoder.
 

Package com.arunta.base.audio.codec Description

Total Recall System Codecs

This package contains a collection of encoders, decoders and transcoders for audio samples. Remote clients need to use the decoders to decode audio data that they receive from a Total Recall system.

HQVQ Codec

The HQVQ codec is a proprietary Total Recall codec. At this stage, a native Windows decoder is available for this codec only. As a result, remote clients which run on a Windows based host will be able to decode audio that is encoded in the HQVQ format.



Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.