|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
--- |
|
|
|
|
title: Kalliope, a voice-controlled personal assistant (running on qemu) |
|
|
|
|
updated: 2017-09-03 12:00 |
|
|
|
|
updated: 2017-09-16 23:00 |
|
|
|
|
tags: [qemu, ssh, assistant, voice, parabola, debian, kalliope] |
|
|
|
|
description: How to setup Kalliope, a voice-controlled personal assistant, if you don't run an officially supported distro like Debian |
|
|
|
|
--- |
|
|
|
@ -53,6 +53,11 @@ machine. A [couple of options](https://github.com/frnmst/qvm/commit/1a1ba5c55537
|
|
|
|
|
added in the qvm script did the trick. Now I could |
|
|
|
|
record and listen to my voice through QEMU. |
|
|
|
|
|
|
|
|
|
*If you are on Parabola or Arch Linux please make sure to install `qemu` |
|
|
|
|
instead of `qemu-headless` otherwise the audio would be unusable. Apparently |
|
|
|
|
the ALSA audio driver is not included in the `qemu-headless` package. See `$ |
|
|
|
|
qemu-system-x86_64 -audio-help` for more information.* |
|
|
|
|
|
|
|
|
|
According to the |
|
|
|
|
[official documentation](https://github.com/kalliope-project/kalliope/blob/master/Docs/installation/debian_jessie.md#debian-packages-requirements), |
|
|
|
|
with Debian 8, the `contrib` and |
|
|
|
|