-
### Description
Having IPv6 configured on the local network, but broken, causes Neon to not respond to the wake word. Digging into the logs shows this:
```
2023-07-15 02:38:23.773 - voice - ovos_…
-
Hello, how can I cahnge language model from VOSK to Pico?
I changed "vosk" to "pico" in apiConfig.json but that didn't work.
I have the message:
`armv7l (32-bit) WARN: The Coqui and VOSK bi…
-
https://github.com/elan-ev/vosk-cli/blob/81b9f1ca27efc9ea3fa316be620b41a69edd6b4c/voskcli/transcribe.py#L249-L252
https://github.com/elan-ev/vosk-cli/blob/81b9f1ca27efc9ea3fa316be620b41a69edd6b4c/v…
-
Hi,
There cannot be a better solution for STT in command line linux than `nerd-dictation`. Kudos to @ideasman42 for developing a nifty tool.
1. Meanwhile there seems to be a dilemma that >`pyth…
zenny updated
6 months ago
-
`import 'dart:developer';
import 'dart:io';
import 'dart:typed_data';
import 'package:flutter/services.dart';
import 'package:vosk_flutter/vosk_flutter.dart';
class VoskTranscriber {
late Vo…
-
hi. i found that there is another speech recognition project which may provide better result than vosk. do you have interest of integrate it with sayboard?
https://github.com/k2-fsa/sherpa-ncnn
-
I want BBB to also support more local STT methods, like VOSK and Kaldi.
-
Now, if I not wrong, file vosk-words-json executes from within ebook-audiobook-wordtiming:
```
my $voskExec = "vosk-words-json";
$voskExec = `command -v '$voskExec'`;
chomp $voskExec;
if…
-
Hello,
here's an idea that came up while discussing your application.
It would be to make it possible to configure a Vosk server.
Instead of doing the transcription entirely locally, it would be do…
-
The verbosity of Kaldi's logging are governed by the value passed to `SetVerboseLevel`, which (to some degree) corresponds to the `Severity` enum [[source]](https://github.com/kaldi-asr/kaldi/blob/122…