Ignore:
Timestamp:
Mar 16, 2006 7:03:07 PM (18 years ago)
Author:
bennylp
Message:

Support for stereo audio (or N audio channels, for that matter)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/conference.h

    r312 r322  
    7676 *                          is also used to set the sampling rate of the 
    7777 *                          sound device. 
     78 * @param channel_count     Number of channels in the PCM stream. Normally 
     79 *                          the value will be 1 for mono, but application may 
     80 *                          specify a value of 2 for stereo. Note that all 
     81 *                          ports that will be connected to the bridge MUST  
     82 *                          have the same number of channels as the bridge. 
    7883 * @param samples_per_frame Set the number of samples per frame. This value 
    7984 *                          is also used to set the sound device. 
     
    9196                                          unsigned max_slots, 
    9297                                          unsigned sampling_rate, 
     98                                          unsigned channel_count, 
    9399                                          unsigned samples_per_frame, 
    94100                                          unsigned bits_per_sample, 
Note: See TracChangeset for help on using the changeset viewer.