From bf3cd857caeefcde9eb0a588460d5c57262a2400 Mon Sep 17 00:00:00 2001 From: tconst4 <tconst4@illinois.edu> Date: Tue, 9 May 2023 17:01:30 -0500 Subject: [PATCH] Updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8bdff0f..25c37b3 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ The seeed-voicecard-master folder is used for installing the necessary requirements for the ReSpeaker 2-Mics Pi HAT. https://www.seeedstudio.com/ReSpeaker-2-Mics-Pi-HAT.html -I did not end up implementing this into my final project for several reasons, but +I did not end up using the mic for this into my final project for several reasons, but primarily because the audio input for this device was greatly inferior to a surround sound mic (I ended up using Jabra Speak 510). One thing to also note was that as of 5/6/2023, the most recent 32 bit and 64 bit architecture for Raspberry Pi are not compatible with the installation of this, whether you use the ./install.sh or the ./install_arm64.sh script. I had to install Legacy OS 32-bit onto the Raspberry Pi in order to successfully install everything that has to do with -this device. However, I am planning on expanding upon this project in the future and -do plan on eventually using this part in the future, so I kept this in the repository. +this device. This makes it possible to set up an audio connection to a bluetooth +device and send data from the Pi to the speaker. The bluez-alsa folder is to use for setting up a connection to a bluetooth speaker or mic and be able to output audio or read input audio in conjunction with pyaudio. -- GitLab