Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 1.8 KB

samples.rst

File metadata and controls

34 lines (31 loc) · 1.8 KB

PJMEDIA Samples

Below are PJMEDIA samples. Open the source file for more information.

Sample Library(s) Description
aectest.c PJMEDIA Tests the effectiveness of the AEC </api/generated/pjmedia/group/group__PJMEDIA__Echo__Cancel> in PJMEDIA by feeding it with playback and (simulated) captured WAV files from the microphone, and outputs the results of AEC processing as another WAV file.
auddemo.c PJMEDIA-(core, audiodev) Interactively demonstrates operations to the sound devices, such as listing, refreshing, recording, playback, getting/setting latencies, and performing timing tests.
aviplay.c PJMEDIA-(core, codec, audiodev, videodev) AVI media player.
confbench.c PJMEDIA Internal utility to benchmark the conference bridge
confsample.c PJMEDIA Interactive demo of the conference bridge </api/generated/pjmedia/group/group__PJMEDIA__CONF>, allowing mixing, audio level setting, and audio level meter.
encdec.c PJMEDIA-(core, codec) Encoding and decoding WAV file to demonstrate how to use the codec framework </api/generated/pjmedia/group/group__PJMEDIA__CODEC>.