From a5cbbed8c3cb07f85c91e72f3dbf11ad741daccc Mon Sep 17 00:00:00 2001 From: Boof2015 <75185879+Boof2015@users.noreply.github.com> Date: Mon, 6 Apr 2026 01:22:05 -0400 Subject: [PATCH] update github runner --- .github/workflows/release.yml | 10 ++++++++++ README.md | 2 ++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 779860f..716100e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,8 @@ jobs: include: - os: macos-latest dist_cmd: dist:mac + - os: ubuntu-latest + dist_cmd: dist:linux - os: windows-latest dist_cmd: dist:win @@ -41,6 +43,12 @@ jobs: - name: Install dependencies run: npm ci + - name: Install Linux native build dependencies + if: runner.os == 'Linux' + run: | + sudo apt-get update + sudo apt-get install -y libpulse-dev + - name: Build native DSP module run: npm run rebuild:native @@ -66,5 +74,7 @@ jobs: dist/*.exe dist/*.dmg dist/*.zip + dist/*.AppImage + dist/*.deb if-no-files-found: error retention-days: 30 diff --git a/README.md b/README.md index 3c9afe3..ad53306 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ Every scope is independently configurable. Drag and resize them into whatever la Prism captures system audio at the OS level — CoreAudio on macOS, WASAPI on Windows, PulseAudio on Linux. No virtual cables or routing hacks needed. There's also a device input mode for microphones and line-in if you want to analyze a live signal. +Capture-to-display latency sits under 17ms at 120fps, or about 2 frames. What you see is effectively what you hear. + ## Profiles Save your entire layout — scope arrangement, visibility, sizes, per-scope settings, and popout window positions — as a `.prsm` file. Keep separate profiles for different workflows and share them with others.