Skip to content

Latest commit

 

History

History
77 lines (70 loc) · 2.31 KB

ExtraFeatures.md

File metadata and controls

77 lines (70 loc) · 2.31 KB

This application contains all features supported by Doubango framework with some extra features provided through standalone plugins.

Name Features MinOS Comment
pluginWinMF
  • Video Consumer (video display)
  • Video Producer (camera access)
  • Intel Quick Sync H.264 encoder and decoder
  • Microsoft H.264 encoder and decoder
  • Video Converter (Chroma conversion, re-sizer, framerate adapter...)
Win7
  • Intel Quick Sync will only be used on PCs with Intel GPU and up to date drivers.
  • This plugin has higher priority than FFmpeg H.264 implementation.
  • Intel Quick Sync H.264 implementation has higher priority than MS impl.
  • To have support for Video you'll need at least this plugin or pluginDirectShow.
  • pluginDirectShow
    • Video Consumer (video display)
    • Video Producer (camera access)
    XP
  • To have support for Video you'll need at least this plugin or pluginWinMF.
  • pluginCUDA
    • NVIDIA H.264 GPU accelerated codec
    XP
  • This plugin has higher priority than pluginWinMF and FFmpeg H.264 implementations.
  • pluginWASAPI
    • Audio consumer (speaker playback)
    • Audio Producer (microphone recorder)
    Vista
  • The application has two built-in audio back-ends: DirectSound and WaveAPI. WASAPI is another back-end with very low audio latency (less than 3ms).
  • pluginAudioDSP
    • Microsoft Audio Resampler DSP
    • Microsoft Voice capture DSP (AEC, AGC, VAD, Noise suppression...)
    Vista
  • The application has two built-in audio resamplers and capture DSP: SpeexDSP and WebRTC. pluginAudioDSP offers highly optimized back-ends from Windows OS.