Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Pryonlite is a keyword detector library provided by amazon for wakeword detection.

High Level Process Flow (v2.13)


Image Modified

Pryonlite initialization

...

1. Once pryonlite is initialized, a separate thread is started to listen to changes in audio stream.
2. Incase of change in the audio stream, send the audio samples to pryonlite using PryonLite_PushAudioSamples got wakeword match.

...