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/09/30 19:09]
darron [Setup]
interfaces:respeaker [2023/10/01 03:27] (current)
darron [Resources]
Line 44: Line 44:
 # Local # Local
 gpu_mem=16 gpu_mem=16
 +dtparam=spi=on
 </code> </code>
  
Line 60: Line 61:
   Subdevice #0: subdevice #0   Subdevice #0: subdevice #0
 </code> </code>
 +
 +
 +=== Test===
 +
 +Install the Respeaker demo with picovoice 1.
 +
 +The demo contains binary blobs of unknown origin.
 +
 +<code>
 +sudo apt install python3-pip python3-pyaudio
 +rehash
 +pip3 install pvrespeakerdemo==1.1.3
 +</code>
 +
 +Add $HOME/.local/bin to PATH
 +
 +You can install Version 2 but it needs a LICENSE key whereas version 1 does not.
 +
  
 ===Resources=== ===Resources===
Line 66: 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]]