Skip to content

Commit

Permalink
Add Decoder configuration clarification to README.md (see #12)
Browse files Browse the repository at this point in the history
  • Loading branch information
watsonbox committed Mar 19, 2015
1 parent 4428c99 commit ef2322d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ decoder.words
# ]
```

Note: When the `Decoder` is initialized, the supplied `Configuration` is updated by Pocketsphinx with some settings from the acoustic model. To see exactly what's going on:

```ruby
Pocketsphinx::Decoder.new(Pocketsphinx::Configuration.default).configuration.changes
```


### Keyword Spotting

Expand Down

0 comments on commit ef2322d

Please sign in to comment.