aaronchantrill

Results 91 comments of aaronchantrill
trafficstars

I tried using this same setup on Armbian Bullseye, but got the error message "Audio device with slug 'pulse' not found" I assume this means that the pulseaudio server is...

If I add a "pulseaudio --check; echo $?", I get: ``` checking pulseaudio: E: [pulseaudio] core-util.c: Failed to create secure directory (/run/user/1000/pulse): No such file or directory 1 ``` so...

After adding xstart to the NaomiReboot.sh file, I get: ``` (EE) Fatal server error: (EE) xf86OpenConsole: Cannot open virtual console 1 (Permission denied) (EE) (EE) Please consult the The X.Org...

I'm starting to suspect that there is something wrong with the Armbian X86 setup. @AustinCasteel had mentioned a while ago that he was not able to get either xrdp or...

I'm evaluating Synesthesiam's jsgf2fst for this purpose.

I think that SRGS is going to end up being a better choice. It's a bear to write and not very intuitive, but it is standard and I get the...

At this point, I am working on incorporating Naomi with llama style gguf generative engines. These will currently run on a raspberry pi 5 and allow a more natural conversation....

@Akul2010 Sorry, I meant to get back to you earlier. That is a very interesting set of instructions for building a VOSK model, but overkill for anything we'd be doing....

The Raspberry Pi 5 was able to do it! It did cut off all communication for a little while and I'm not sure how long it took, but it was...

@Akul2010 I think what makes sense is just to write up the steps required for generating a custom vocabulary for now and put a check in place that notifies you...