Decode speechΒΆ

This example plots free recall accuracy for a single subject.

# 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)

Gallery generated by Sphinx-Gallery