Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 4.58 KB

CHANGELOG.md

File metadata and controls

49 lines (31 loc) · 4.58 KB

Changelog

unreleased

💥 Breaking changes

  • Drop support for SHADER_UNUSED_VERTEX_OUTPUT wgpu feature. (#733) by @jerzywilczek
  • Rename component properties describing color. Remove _rgba suffix. (#896) by @BrtqKr
  • Replace the LIVE_COMPOSITOR_OUTPUT_SAMPLE_RATE configuration environment variable with LIVE_COMPOSITOR_MIXING_SAMPLE_RATE. The output sample rate is now determined using encoder options on register_output. Change the default output sample rate for AAC codec to 44100 Hz. (#925 by @WojciechBarczynski).

✨ New features

🐛 Bug fixes

🔧 Others

💥 Breaking changes

  • Remove forward_error_correction option from RTP OPUS output. (#615 by @wkozyra95)

✨ New features

🐛 Bug fixes

  • Fix input queueing when some of the inputs do not produce frames/samples . (#625 by @wkozyra95)

Initial release