You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-10-11-r36s.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ogImage:
10
10
url: "/assets/blog/r36s/thumb.png"
11
11
---
12
12
13
-
# Running HiveMind Player on ArkOS with the R36S
13
+
##Running HiveMind Player on ArkOS with the R36S
14
14
15
15
The **R36S** handheld from AliExpress is usually marketed as a retro gaming device, but with a bit of tinkering it can also become a **HiveMind-powered audio player**, fully integrated with **Home Assistant** and **Music Assistant** 🎶.
16
16
@@ -29,7 +29,7 @@ HiveMind Player lets you run the **Open Voice OS (OVOS)** audio stack as a servi
29
29
- Uses **OpenVoiceOS** for playback control (play, pause, next, etc.)
30
30
- Can handle TTS and system volume if you install the right plugins
31
31
32
-
See the [HiveMind Player README](https://github.com/JarbasHiveMind/hivemind-player) for full technical details.
32
+
See the [HiveMind Media Player README](https://github.com/JarbasHiveMind/hivemind-media-player) for full technical details.
33
33
34
34
---
35
35
@@ -51,7 +51,7 @@ Once ArkOS is up:
51
51
52
52
---
53
53
54
-
## Step 2: Install `uv`
54
+
## Step 2: Install uv
55
55
56
56
We’ll use [uv](https://astral.sh/uv) for managing Python environments and dependencies:
57
57
@@ -136,7 +136,7 @@ Example minimal configuration:
136
136
137
137
---
138
138
139
-
## Step 6: Optional — Extra Plugins
139
+
## Step 6: Extra Plugins
140
140
141
141
You may want to install **PHAL plugins** for platform and hardware integration, or **TTS plugins** to use different voices
142
142
@@ -152,9 +152,9 @@ This makes volume adjustable via HiveMind / Home Assistant.
152
152
153
153
---
154
154
155
-
## Step 7: Configure `ovos-audio`
155
+
## Step 7: Configure ovos-audio
156
156
157
-
HiveMind Player uses the **OVOS audio stack** for playback and TTS. The configuration lives in:
157
+
HiveMind Player uses the [**OVOS audio stack**](https://github.com/OpenVoiceOS/ovos-audio) for playback and TTS. The configuration lives in:
0 commit comments