1. 29 8月, 2014 7 次提交
    • J
      Basic UI: Reduce audio meter mute timing threshold · 513eaa5f
      jp9000 提交于
      Some devices burst their audio (such as when querying audio from
      directshow), and the 250 millisecond threshold that sets the audio meter
      back to muted status would erroneously cause the meter to appear bounce
      back between muted and unmuted.  Instead, a one second test should be
      sufficient time to prevent that from happening.
      513eaa5f
    • J
      win-dshow: Add audio support · f50aa5e0
      jp9000 提交于
      This implements audio support, allowing not only the ability to capture
      the built-in audio from the video device's audio capture pin, but also
      the ability to override the default audio with a custom audio device.
      
      The DShowInput::Update function was split up and refactored a bit, as it
      was getting a bit large and messy.
      f50aa5e0
    • J
      Fix bug with source audio · 47570f41
      jp9000 提交于
      If the audio didn't start at the 0 timestamp, it would misinterpret it
      as a timestamp jump because obs_source::next_audio_ts_min is set to 0 on
      creation.  Timestamp starting values should be allowed to start at any
      arbitrary value.
      47570f41
    • J
      Merge pull request #260 from fryshorts/pulse-input · 3539932d
      Jim 提交于
      Handle audio channels correctly in pulseaudio plugin
      3539932d
    • F
      Handle audio channels correctly in pulseaudio plugin · 964d6eb3
      fryshorts 提交于
      This fixes a bug where the pulseaudio plugin always reported
      a speaker layout of stereo to obs, regardless of how many channels
      pulseaudio actually recorded.
      If the default number of channels was different to 2 this would
      cause audio distortion.
      964d6eb3
    • J
      Update win-dshow to latest libdshowcapture ver · 1a5989a5
      jp9000 提交于
      This makes win-dshow use the new std::function callbacks instead of the
      old C-style callbacks.
      1a5989a5
    • J
      win-dshow: Change a few functions to static/inline · 8ef8f52f
      jp9000 提交于
      8ef8f52f
  2. 28 8月, 2014 1 次提交
    • J
      Basic UI: Signal resize of properties view · 354614a7
      jp9000 提交于
      If the properties view changed in the properties window, the viewport of
      the properties would not trigger a resize because the size of the window
      itself does not change.  This creates a signal that allows the parent to
      know whether or not to update a viewport, if any.
      354614a7
  3. 27 8月, 2014 5 次提交
  4. 26 8月, 2014 12 次提交
  5. 25 8月, 2014 15 次提交