commande micros
arecord -f L16_LE --rate 16000 toto.wav
: enregistrer un fichier avec le micro en 16 kHz 256kb/s
precise-listen ~/.config/rhasspy/profiles/fr/precise/yodav3.1.pb
: tester precise
pacmd list-sources
: lister les entrée audio
ALSA
Lister les cartes audio:
arecord -l
aplay-l
Mettre par défaut une carte:
/etc/asound.conf
pcm.!default {
type plug
slave.pcm {
type hw
card 2
}
}
liens
https://github.com/MycroftAI/mycroft-precise/wiki/Training-your-own-wake-word#how-to-train-your-own-wake-word
https://github.com/respeaker/seeed-voicecard
No Comments