alphacep / alphacep/vosk-server

how to stop detect speech by using vosk in freeswitch

Ouverte
#100 2 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Python
Étoiles
1.3k
Forks
317
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

Hi,

When I use VOSK on Freeswitch, how do I stop VOSK speech recognition when I get the results I want during a call?

I am having a problem now, I do not know how to stop VOSK speech recognition after I use VOSK to recognize the result in Freeswitch.

I've tried two approaches:

1. **Add the app to the dialplan,like this:**
````xml








````
Or
````xml








````

2. **use Inline Dialplan, like this:**

bgapi originate {fire_asr_events=true,detect_speech=vosk}user/1001 'set:fire_asr_events=true,detect_speech:vosk default default,transfer:callcenter01 XML call_center_context,sleep:1000,detect_speech:stop' inline

**But neither method can stop the recognition of VOSK, and you have to hang up the call to stop the recognition.**

So, what should I do to stop Vosk speech recognition at any time?

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.