.. note:: :class: sphx-glr-download-link-note Click :ref:`here ` to download the full example code .. rst-class:: sphx-glr-example-title .. _sphx_glr_auto_examples_decode_speech.py: ============================= Decode speech ============================= This example plots free recall accuracy for a single subject. .. code-block:: python # Code source: Andrew Heusser # License: MIT #import import quail # decode speech recall_data = quail.decode_speech('../data/sample.wav', save=True, speech_context=['DONKEY', 'PETUNIA'], keypath='path/to/key.json') # print results print(recall_data) **Total running time of the script:** ( 0 minutes 0.000 seconds) .. _sphx_glr_download_auto_examples_decode_speech.py: .. only :: html .. container:: sphx-glr-footer :class: sphx-glr-footer-example .. container:: sphx-glr-download :download:`Download Python source code: decode_speech.py ` .. container:: sphx-glr-download :download:`Download Jupyter notebook: decode_speech.ipynb ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_