alphacep / vosk-api

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
Apache License 2.0
8.17k stars 1.12k forks source link

activating shows something weird #1643

Closed cookmonster closed 1 month ago

cookmonster commented 1 month ago

i am getting this instead of it being what i said { "text" : "hello" } like i said hello but how do i get rid of the rest

nshmyrev commented 1 month ago

It is json output, you can parse it with json library.