Ignore:
Timestamp:
Mar 17, 2006 12:16:01 AM (18 years ago)
Author:
bennylp
Message:

Added feature in conference bridge to get and set the signal level of individual port and individual stream direction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/resample.c

    r299 r323  
    2020/* 
    2121 * Based on: 
    22  * resample-1.2.tar.Z (from ftp://ccrma-ftp.stanford.edu/pub/NeXT) 
     22 * resample-1.8.tar.gz from the  
     23 * Digital Audio Resampling Home Page located at 
     24 * http://www-ccrma.stanford.edu/~jos/resample/. 
     25 * 
    2326 * SOFTWARE FOR SAMPLING-RATE CONVERSION AND FIR DIGITAL FILTER DESIGN 
    2427 * 
    25  * COPYING 
    26  *  
    27  * This software package is Copyright 1994 by Julius O. Smith 
    28  * (jos@ccrma.stanford.edu), all rights reserved.  Permission to use and copy 
    29  * is granted subject to the terms of the "GNU Software General Public 
    30  * License" (see ftp://prep.ai.mit.edu/pub/gnu/COPYING).  In addition, we 
    31  * request that a copy of any modified files be sent by email to 
    32  * jos@ccrma.stanford.edu so that we may incorporate them in the CCRMA 
    33  * version. 
     28 * Snippet from the resample.1 man page: 
     29 *  
     30 * HISTORY 
     31 * 
     32 * The first version of this software was written by Julius O. Smith III 
     33 * <jos@ccrma.stanford.edu> at CCRMA <http://www-ccrma.stanford.edu> in 
     34 * 1981.  It was called SRCONV and was written in SAIL for PDP-10 
     35 * compatible machines.  The algorithm was first published in 
     36 *  
     37 * Smith, Julius O. and Phil Gossett. ``A Flexible Sampling-Rate 
     38 * Conversion Method,'' Proceedings (2): 19.4.1-19.4.4, IEEE Conference 
     39 * on Acoustics, Speech, and Signal Processing, San Diego, March 1984. 
     40 *  
     41 * An expanded tutorial based on this paper is available at the Digital 
     42 * Audio Resampling Home Page given above. 
     43 *  
     44 * Circa 1988, the SRCONV program was translated from SAIL to C by 
     45 * Christopher Lee Fraley working with Roger Dannenberg at CMU. 
     46 *  
     47 * Since then, the C version has been maintained by jos. 
     48 *  
     49 * Sndlib support was added 6/99 by John Gibson <jgg9c@virginia.edu>. 
     50 *  
     51 * The resample program is free software distributed in accordance 
     52 * with the Lesser GNU Public License (LGPL).  There is NO warranty; not 
     53 * even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
    3454 */ 
    3555 
Note: See TracChangeset for help on using the changeset viewer.