Ignore:
Timestamp:
Mar 23, 2006 1:15:59 PM (18 years ago)
Author:
bennylp
Message:

Changed sound device framework to allow opening bidirectional streams from one device

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/confsample.c

    r350 r352  
    9393{ 
    9494    puts(""); 
    95     puts("Usage: confsample [file1.wav] [file2.wav] ..."); 
    96     puts(""); 
    97     puts("where:"); 
    98     puts("  fileN.WAV are optional WAV files to be connected to the conference"); 
    99     puts("  bridge. The WAV files MUST have single channel (mono) and 16 bit PCM"); 
    100     puts("  samples. They can have arbitrary/different sampling rate."); 
     95    puts(desc); 
    10196} 
    10297 
Note: See TracChangeset for help on using the changeset viewer.