From ef2322d0c191754016e704e5954cb700ed6cd4a1 Mon Sep 17 00:00:00 2001 From: Howard Wilson Date: Thu, 19 Mar 2015 12:58:34 +0100 Subject: [PATCH] Add Decoder configuration clarification to README.md (see #12) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 875181c..3450864 100644 --- a/README.md +++ b/README.md @@ -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