mirror of
https://github.com/Boof2015/prism.git
synced 2026-08-12 05:10:51 +02:00
update github runner
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user