-
Back in February the STOP command was stopping the playing of songs (youtube-music-skill) or radio music (tunein-skill). But it worked not properly (see issue #110). Since 2 or 3 weeks the STOP comman…
-
```
2023-09-05 13:02:05.898 - OVOS - ovos_plugin_manager.ocp:load:54 - INFO - Loaded OCP plugin: ovos-ocp-files-plugin
2023-09-05 13:02:06.345 - OVOS - ovos_plugin_manager.ocp:load:54 - INFO - Loade…
-
codes :
```python
input_wav = "../storage/audios/单声道16k.wav"
from pydub import AudioSegment
audio = AudioSegment.from_file(input_wav)
audio = audio.set_frame_rate(16000)
from modelscope.pi…
-
Starting version `0.0.3a18`, I got `nothing transcribed` after the wake word detection. If I rollback to version `0.0.3a17` everything works fine.
Log for version `0.0.3a18`:
```
(ovos) goldyf…
-
Cher contributeur de Jarvis,
J'ai toujours eu en tête qu'il faudrait bien un jour changer le nom de Jarvis.
Pas parce que Zuckerberg a nommé ainsi son projet d'assistant vocal (*Big Brother is wat…
-
If no hotwords are configured to listen then DinKum is looping pretty aggressively forever.
```
2023-05-27 12:51:32.660 - OVOS - ovos_dinkum_listener.voice_loop.voice_loop:run:174 - INFO - Starting …
-
Section 3.3.1 of the architecture documet ends with
"How IPA local hotwords can be used to preselect an IPA will be described in a future draft."
-
要想使得对FunASR源码的修改在本地生效,则需要通过源码方式安装FunASR,即:
```
git clone https://github.com/alibaba/FunASR.git && cd FunASR
pip3 install -e ./
# For the users in China, you could install with the command:
# pi…
-
When service starts or reloads.
```
2023-05-26 13:08:19.598 - OVOS - ovos_dinkum_listener.voice_loop.hotwords:shutdown:301 - ERROR - 'PreciseLiteHotwordPlugin' object has no attribute 'shutdown'
20…
-
On latest alpha, I can't see log messages over STDOUT in a Docker image anymore.