Skip to content

Files

Latest commit

837a50f · Feb 3, 2025

History

History
56 lines (38 loc) · 5.84 KB

CHANGELOG.md

File metadata and controls

56 lines (38 loc) · 5.84 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)
  • Change prefix of all environment variables LIVE_COMPOSITOR_SMELTER_. (#941 by @wkozyra95)

✨ 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