readme: document audio recorder requirement (pipewire-bin)
Browse files
README.md
CHANGED
|
@@ -72,6 +72,16 @@ menu — just click it. Or run the installed binary directly:
|
|
| 72 |
```
|
| 73 |
|
| 74 |
Requires a glibc-based 64-bit Linux (glibc ≥ 2.38) with a working X11/XCB display.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
**Getting a model:** open the **model menu** at the top and pick one to download, or
|
| 76 |
just **type a prompt and press Enter** — if no model is installed yet, emu downloads
|
| 77 |
a recommended one automatically and sends your message once it's ready.
|
|
|
|
| 72 |
```
|
| 73 |
|
| 74 |
Requires a glibc-based 64-bit Linux (glibc ≥ 2.38) with a working X11/XCB display.
|
| 75 |
+
|
| 76 |
+
**Microphone / speech-to-text:** emu records using your system's audio recorder, so
|
| 77 |
+
one of these must be installed (on a standard PipeWire desktop the first is already
|
| 78 |
+
present):
|
| 79 |
+
```bash
|
| 80 |
+
sudo apt install pipewire-bin # provides pw-record (recommended, PipeWire-native)
|
| 81 |
+
# or: sudo apt install pulseaudio-utils (parecord)
|
| 82 |
+
# or: sudo apt install alsa-utils (arecord)
|
| 83 |
+
```
|
| 84 |
+
|
| 85 |
**Getting a model:** open the **model menu** at the top and pick one to download, or
|
| 86 |
just **type a prompt and press Enter** — if no model is installed yet, emu downloads
|
| 87 |
a recommended one automatically and sends your message once it's ready.
|