update github runner

This commit is contained in:
Boof2015
2026-04-06 01:22:05 -04:00
parent 639f2ccb6d
commit a5cbbed8c3
2 changed files with 12 additions and 0 deletions
+10
View File
@@ -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
+2
View File
@@ -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.