Click or drag to resize

NAudioG722Codec Class

SpanDSP - a series of DSP components for telephony g722_decode.c - The ITU G.722 codec, decode part. Written by Steve Underwood <steveu@coppice.org> Copyright (C) 2005 Steve Underwood Ported to C# by Mark Heath 2011 Despite my general liking of the GPL, I place my own contributions to this code in the public domain for the benefit of all mankind - even the slimy ones who might try to proprietize my work and use it to my detriment. Based in part on a single channel G.722 codec which is: Copyright (c) CMU 1993 Computer Science, Speech Group Chengxiang Lu and Alex Hauptmann
Inheritance Hierarchy
SystemObject
  Ozeki.MediaNAudioG722Codec

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntax
public class NAudioG722Codec

The NAudioG722Codec type exposes the following members.

Constructors
 NameDescription
Public methodNAudioG722CodecInitializes a new instance of the NAudioG722Codec class
Top
Methods
 NameDescription
Public methodDecode Decodes a buffer of G722
Public methodEncode Encodes a buffer of G722
Top
See Also