class Rex::Proto::IAX2::Codecs::G711
Constants
- LOOKUP_ALAW2LIN16
/* g711.h - include for
G711
u-law and a-law conversion routines* * Copyright (C) 2001 Chris Bagwell * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose and without fee is hereby granted, provided * that the above copyright notice appear in all copies and that both that * copyright notice and this permission notice appear in supporting * documentation. This software is provided "as is" without express or * implied warranty. */
/*
* g711.c * * u-law, A-law and linear PCM conversions. * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose and without fee is hereby granted, provided * that the above copyright notice appear in all copies and that both that * copyright notice and this permission notice appear in supporting * documentation. This software is provided "as is" without express or * implied warranty. */
- LOOKUP_LIN2ALAW
- LOOKUP_LIN2ULAW
- LOOKUP_ULAW2LIN16