2023-05-17 05:57:36 -07:00
2023-05-17 05:57:36 -07:00
2023-04-29 16:11:07 -07:00
2023-04-29 16:00:09 -07:00
2023-04-29 10:45:38 -07:00
2023-05-04 14:33:05 -07:00
2023-04-29 16:17:17 -07:00
2023-04-29 15:14:27 -07:00
2023-04-29 15:14:27 -07:00
2023-04-29 16:33:07 -07:00

rpi-random-projects

Connection

ssh username@hostname.local -v

  • the v will give verbose output

Use arp -a to see what the ip address and hostname is for the connected rpi. Make sure that the arp connection is complete and not (incomplete)

Wait for connection. Sometimes can take some time.

Setup for audio

sudo apt-get install libasound-dev portaudio19-dev libportaudio2 libportaudiocpp0 sudo apt-get install ffmpeg libav-tools sudo pip install pyaudio

https://wiki.seeedstudio.com/ReSpeaker_2_Mics_Pi_HAT_Raspberry/#picovoice-with-respeaker-2-mic-pi-hat-and-raspberry-pi-zero-getting-started

  • clone the repo and do the ./install.sh (use the higher kernel one in this repo itself if the rpi is newer)

Running things

Make sure python path is set to the root directory of the project. That ensures that we can reuse modules/other directories such as our internal audio module.

Some programs have to be run from the project within the repo (such as voice-server) while others can be run from the root directory of the project directly.

S
Description
No description provided
Readme 134 MiB
Languages
C 41.2%
C++ 20.5%
Python 20.5%
Processing 13.9%
Shell 3.5%
Other 0.4%