this post was submitted on 30 Aug 2023
34 points (88.6% liked)

Privacy

31876 readers
1 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS
 

So my girlfriend has an Alexa and really likes it but I'm not comfortable living in a house with one. How much technical knowledge would I need to make a speaker that connects to a music player app and is voice activated because that is all she uses it for.

I figure I could hook up a raspberry pi to a speaker and add a mic and voice command software that I find somewhere but I've never actually done anything like this before.

How feasible is this

top 11 comments
sorted by: hot top controversial new old
[–] dot20@lemmy.world 11 points 2 years ago (1 children)
[–] Extrasvhx9he@lemmy.today 1 points 2 years ago (2 children)

Thought that was a dead project

[–] hellfire103@sopuli.xyz 2 points 2 years ago

I thought it still worked, though.

[–] JoeyJoeJoeJr@lemmy.ml 2 points 2 years ago

The community forked the core a while back: https://github.com/openVoiceOS/

See also https://neon.ai/, which builds on top of OVOS, and is who the Mycroft company officially passed the reigns to.

[–] kby@feddit.de 9 points 2 years ago* (last edited 2 years ago) (1 children)

If you are not in the mood for doing much tinkering, there is a German electronics manufacturer called TechniSat and they sell a multi-function radio called DIGITRADIO 3 VOICE. It has an offline voice assistant. The voice commands can be used to pause, change audio source, increase volume, etc. The radio deck has okay-ish sound, I wouldn’t call it hi-fi but it doesn’t sound like two tin cans. The function is actually for blind people (I bought one for my grandma who is legally blind), but I guess privacy enthusiasts would find it adequate, too.

[–] Devjavu@lemmy.dbzer0.com 1 points 2 years ago

Good thing she isn't illegally blind :D. Yeah I'll show myself the door.

[–] Pantherina@feddit.de 6 points 2 years ago (1 children)
[–] EmpiricalFlock@beehaw.org 3 points 2 years ago (1 children)

Specifically for this application, Picroft. It sounds like it might be exactly what they're looking for. Here is the why-use section. It would be interesting to hear from anybody currently using it.

[–] Pantherina@feddit.de 2 points 2 years ago

Not maintained since 2022...

[–] EmpiricalFlock@beehaw.org 4 points 2 years ago

Until someone with more experience finds this thread, I have seen these services recommended: Rhasspy with Home Assistant .io. Rhasspy is entirely offline, and this is Home Assistant's privacy policy.

[–] temptest@hexbear.net 1 points 2 years ago

OpenVoiceOS (OVOS) or NeonAI software (both continuations of the former Mycroft voice assistant) could be useful tools for doing a lot of the Voice Assistant tasks if you want more than just playing music. I'm not an expert on this but if you don't get another response then those are the projects I would dig into.

https://openvoiceos.org/

The Downloads section even lists the RaspPi and microphones they officially support, and their community could give guides on how to make one.