@agora-build/audictl 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# @agora-build/audictl
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Cross-platform audio-device control for macOS and Linux. Audictl uses
|
|
4
|
+
CoreAudio on macOS and PipeWire/ALSA on Linux, with human-readable output at
|
|
5
|
+
the terminal and stable JSON for scripts and agents.
|
|
4
6
|
|
|
5
7
|
```sh
|
|
6
8
|
npm install -g @agora-build/audictl
|
|
@@ -10,6 +12,10 @@ audictl list
|
|
|
10
12
|
The postinstall step downloads the prebuilt binary for your platform from
|
|
11
13
|
[GitHub Releases](https://github.com/Agora-Build/audictl/releases).
|
|
12
14
|
|
|
15
|
+
Audictl supports macOS 13+ and PipeWire-based Linux distributions on x64 and
|
|
16
|
+
arm64. See the full documentation for the platform command matrix and Linux
|
|
17
|
+
virtual-audio prerequisites.
|
|
18
|
+
|
|
13
19
|
Alternative install without npm:
|
|
14
20
|
|
|
15
21
|
```sh
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agora-build/audictl",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.1.5",
|
|
4
|
+
"description": "Cross-platform audio-device control for macOS and Linux using CoreAudio, PipeWire, and ALSA.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"audictl": "bin/audictl"
|
|
7
7
|
},
|