Browse Source

Enable audio for video sources by default

master
Krisjanis Rijnieks 8 years ago
parent
commit
71c7764d45
  1. 2
      src/Sources/VideoSource.cpp

2
src/Sources/VideoSource.cpp

@ -3,7 +3,7 @@
namespace ofx {
namespace piMapper {
bool VideoSource::enableAudio = false;
bool VideoSource::enableAudio = true;
bool VideoSource::useHDMIForAudio = false;
VideoSource::VideoSource(){

Loading…
Cancel
Save