From b9efcd545d56b13863fd674cc29cf1f7a3f62977 Mon Sep 17 00:00:00 2001 From: Will Drevo Date: Fri, 21 Nov 2014 01:29:27 -0500 Subject: [PATCH] README.md edits --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e44ec2c..2062adb 100755 --- a/README.md +++ b/README.md @@ -126,8 +126,7 @@ With scripting: ```python >>> from dejavu.recognize import MicrophoneRecognizer ->>> print djv.recognize(MicrophoneRecognizer, seconds=10) # Defaults to 10 seconds. -{'song_id': 1, 'song_name': 'Taylor Swift - Shake It Off', 'confidence': 3948, 'offset_seconds': 30.00018, 'match_time': 0.7159781455993652, 'offset': 646L} +>>> song = djv.recognize(MicrophoneRecognizer, seconds=10) # Defaults to 10 seconds. ``` and with the command line script, you specify the number of seconds to listen: