@codexstar/pi-listen 1.0.4 → 1.0.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 +11 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# pi-listen
|
|
2
2
|
|
|
3
|
+
<p align="center">
|
|
4
|
+
<img src="assets/banner.png" alt="pi-listen — Voice input for the Pi coding agent" width="100%" />
|
|
5
|
+
</p>
|
|
6
|
+
|
|
3
7
|
**Voice input and side-channel conversations for [Pi](https://github.com/mariozechner/pi-coding-agent).**
|
|
4
8
|
|
|
5
9
|
[](https://www.npmjs.com/package/@codexstar/pi-listen)
|
|
@@ -33,11 +37,15 @@ pi-listen is a Pi extension that adds hands-free voice input and side-channel vo
|
|
|
33
37
|
pi install npm:@codexstar/pi-listen
|
|
34
38
|
```
|
|
35
39
|
|
|
36
|
-
|
|
40
|
+
### First-Time Setup
|
|
41
|
+
|
|
42
|
+
After installing, run the bootstrap script to install all system dependencies (Python, SoX, faster-whisper):
|
|
37
43
|
|
|
38
|
-
|
|
44
|
+
```bash
|
|
45
|
+
curl -fsSL https://raw.githubusercontent.com/codexstar69/pi-listen/main/scripts/setup-macos.sh | bash
|
|
46
|
+
```
|
|
39
47
|
|
|
40
|
-
|
|
48
|
+
Once dependencies are installed, open pi and the onboarding wizard will walk you through backend selection:
|
|
41
49
|
|
|
42
50
|
```
|
|
43
51
|
? Set up pi-voice now?
|