Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
interfaces:respeaker [2023/10/01 02:55]
darron [Test]
interfaces:respeaker [2023/10/01 03:27] (current)
darron [Resources]
Line 65: Line 65:
 === Test=== === Test===
  
-Install the Respeaker demo.+Install the Respeaker demo with picovoice 1.
  
-This demo contains binary blobs of unknown origin+The demo contains binary blobs of unknown origin.
  
 <code> <code>
-sudo apt install python3-pip+sudo apt install python3-pip python3-pyaudio
 rehash rehash
-pip3 install pvrespeakerdemo+pip3 install pvrespeakerdemo==1.1.3
 </code> </code>
  
 Add $HOME/.local/bin to PATH Add $HOME/.local/bin to PATH
  
-This demo needs a LICENSE key. I don't think this was the case 2 years ago when first tested.+You can install Version 2 but it needs a LICENSE key whereas version 1 does not. 
  
-<code> 
-picovoice_respeaker_demo 
-usage: picovoice_respeaker_demo [-h] --access_key ACCESS_KEY 
-                                [--audio_device_index AUDIO_DEVICE_INDEX] 
-picovoice_respeaker_demo: error: the following arguments are required: --access_key 
-</code> 
 ===Resources=== ===Resources===
  
Line 90: Line 85:
  
 [[https://github.com/HinTak/seeed-voicecard|Updated kernel driver]] [[https://github.com/HinTak/seeed-voicecard|Updated kernel driver]]
 +
 +[[https://pypi.org/project/pvrespeakerdemo/#history|Respeaker demo history]]