Branch: refs/heads/master
  Home:   https://github.com/mltframework/mlt
  Commit: 9de4e3237763551b1cc8a2c6e417398c55c81982
      
https://github.com/mltframework/mlt/commit/9de4e3237763551b1cc8a2c6e417398c55c81982
  Author: Brian Matherly <c...@brianmatherly.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
    M src/modules/rtaudio/Makefile
    M src/modules/rtaudio/RtAudio.cpp
    M src/modules/rtaudio/consumer_rtaudio.cpp

  Log Message:
  -----------
  Improve surround support in RtAudio on Windows.

The directsound implementation in RtAudio does not support > 2 channels. But the
WASAPI implementation does. This change will try all available drivers to try
to sucessfully open the audio device. If none of the drivers work with surround,
then it will revert to 2 channels.

In the case that the module reverts to 2 channels, the requested number of
channels will still be processed, but only the first two channels will be
output.

These implementation changes were carried over from the SDL2 module to match
the behavior of consumer_sdl2_audio.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to