Skip to content

Commit

Permalink
chore: adapt new Whispering context
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-zablit committed Oct 17, 2022
1 parent 7e1a4ee commit e645d49
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -361,6 +361,7 @@ public JSONObject toJSON() {
ctx.put("no_speech_threshold", 0.6);
ctx.put("buffer_threshold", 0.5);
ctx.put("vad_threshold", 0.5);
ctx.put("data_type", "float32");

JSONObject res = new JSONObject();
res.put("context", ctx);
Expand Down

0 comments on commit e645d49

Please sign in to comment.