File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,7 @@ All tools input and output a standardized mono audio signal that represents thei
77## Quickstart
88
99``` bash
10- git clone https://github.com/pirate/mac-hardware-toys
11- cd mac-hardware-toys
12-
13- uv sync
14- source .venv/bin/activate
10+ pip install mac-hardware-toys
1511
1612# ## Examples
1713
@@ -258,6 +254,16 @@ accelerometer \
258254- ` fan-speed ` uses AppleSMC private IOKit APIs on Apple Silicon; writing fan targets typically requires ` sudo ` .
259255- ` frequency-shift ` is intentionally lightweight and artifact-prone at extreme factors.
260256
257+ ### Development Setup
258+
259+ ``` python
260+ git clone https:// github.com/ pirate/ mac- hardware- toys
261+ cd mac- hardware- toys
262+
263+ uv sync
264+ source .venv/ bin / activate
265+ ```
266+
261267## Stdio Audio Format
262268
263269All stream tools read/write:
You can’t perform that action at this time.
0 commit comments