Skip to content

Commit

Permalink
Standardize project description (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechBarczynski authored Jul 2, 2024
1 parent 4b2ab29 commit 907a42b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<a href="https://discord.gg/Cxj3rzTTag">Discord</a>
</h1>

LiveCompositor is an open-source media server for real-time, low-latency, programmable video and audio mixing.
LiveCompositor is a media server for real-time, low latency, programmable video and audio mixing.

LiveCompositor targets real-time use cases, with a significant focus on situations where latency is critical. It is a great fit
for any video conferencing, live-streaming, or broadcasting solutions where you need to combine or modify video on the fly.
Expand Down
2 changes: 1 addition & 1 deletion demos/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "live_compositor_demos",
"version": "1.0.0",
"description": "Demos for LiveCompositor - media server for low-latency video and audio mixing/composing",
"description": "Demos for LiveCompositor - media server for low latency video and audio mixing/composing",
"main": "index.js",
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## What is Live Compositor?

LiveCompositor is an open-source media server for real-time, low-latency, programmable video and audio mixing.
LiveCompositor is a media server for real-time, low latency, programmable video and audio mixing.

LiveCompositor targets real-time use cases, with a significant focus on situations where latency is critical. It is a great fit
for any video conferencing, live-streaming, or broadcasting solutions where you need to combine or modify video on the fly.
Expand Down

0 comments on commit 907a42b

Please sign in to comment.