Skip to content

Commit 833396d

Browse files
committed
Update Readme
1 parent 6070548 commit 833396d

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,19 @@ After checking the setup, you should test your speech recognition service. For t
100100

101101
1. You can download [this client](https://github.com/alumae/kaldi-gstreamer-server/blob/master/kaldigstserver/client.py) for your host machine and execute it. When the master is on the local host, port 8080 and you have a wav file sampled at 16 kHz located at /home/localhost/audio/, you can type: ```python client.py -u ws://localhost:8080/client/ws/speech -r 32000 /home/localhost/audio/sample16k.wav```
102102

103-
2. You can use [Kõnele](http://kaljurand.github.io/K6nele/) for testing the service. It is an Android app that is freely available for downloading at Google Play. You must configure it to use your ASR service.
104-
105-
![Click on Kõnele (fast recognition)](/img/1.png?raw=true =100px)
106-
![Click on Kõnele (fast recognition)](/img/2.png?raw=true)
107-
![Click on Kõnele (fast recognition)](/img/3.png?raw=true)
108-
![Click on Kõnele (fast recognition)](/img/4.png?raw=true)
109-
![Click on Kõnele (fast recognition)](/img/5.png?raw=true)
110-
![Click on Kõnele (fast recognition)](/img/6.png?raw=true)
103+
2. You can use [Kõnele](http://kaljurand.github.io/K6nele/) for testing the service. It is an Android app that is freely available for downloading at Google Play. You must configure it to use your ASR service. Below you'll find some screenshots that may help you in this configuration. First, you should click on **Kõnele (fast recognition)**. Then, change the **WebSocket URL**. In my case, I connected to a master server located at ws://192.168.1.10:8080/client/ws/speech. After that, open a **notepad-like** application and change your input method to **Kõnele speech keyboard** and you'll see a **yellow button** instead of your traditional keyboard. Press this button and enjoy!
104+
105+
106+
<img src="img/1.png" alt="Kõnele configuration" width="200px"/>
107+
&nbsp;
108+
<img src="img/2.png" alt="Kõnele configuration" width="200px"/>
109+
&nbsp;
110+
<img src="img/3.png" alt="Kõnele configuration" width="200px"/>
111+
<img src="img/4.png" alt="Kõnele configuration" width="200px"/>
112+
&nbsp;
113+
<img src="img/5.png" alt="Kõnele configuration" width="200px"/>
114+
&nbsp;
115+
<img src="img/6.png" alt="Kõnele configuration" width="200px"/>
111116

112117

113118
3. A Javascript client is available at http://kaljurand.github.io/dictate.js/. You must configure it to use your ASR service.

0 commit comments

Comments
 (0)