nanocosmos Documentation

nanocosmos Documentation

  • nanoStream Cloud
  • H5Live Player
  • nanoStream Webcaster
  • nanoMeet
  • nanoStream Apps and SDKs
  • Samples
  • FAQ
Edit

nanostream/directshow/directshow_audio_volume

Mix to mono

The filter is able to mix all channels to a mono channel. This feature can be configured by using the interface IAudioVolumeMix. Here is a short sample code for c++:

CComQIPtr<IAudioVolumeMix, &IID_IAudioVolumeMix> pAudioVolMix = m_pAudioVol;
if(pAudioVolMix)
{
   pAudioVolMix->MixToMono(true); // true==mix all channels to one
}
...

**Note: ** that the option MixToMono has to be set before the output pin of the Audio Volume filter is connected to another filter.

Last updated on 9/11/2023
  • Mix to mono
Contact
HomepageContactSupportLegal Terms
Products
Nanostream Cloud with Bintu.LiveH5Live Low Latency HTML5-PlayernanoStream WebcasterNanostream Apps and SDK
More
BlogTwitterFacebookLinkedInGitHubStar
nanocosmos GmbH
Copyright © 2023 nanocosmos GmbH - doc version Mon Sep 11 2023 09:43:20 GMT+0000 (Coordinated Universal Time)