Skip to content

Commit

Permalink
Enable audio by default (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugen15 authored Apr 29, 2024
1 parent 21757fc commit c9cb15e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/obs-ndi-source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ void ndi_source_getdefaults(obs_data_t *settings)
obs_data_set_default_int(settings, PROP_YUV_COLORSPACE,
PROP_YUV_SPACE_BT709);
obs_data_set_default_int(settings, PROP_LATENCY, PROP_LATENCY_NORMAL);
obs_data_set_default_bool(settings, PROP_AUDIO, true);
}

void *ndi_source_poll_audio_video(void *data)
Expand Down

0 comments on commit c9cb15e

Please sign in to comment.