-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I managed to run this on Raspberry Pi #64
Comments
It runs on Raspberry Pi, however the noise suppression doesn't work. I already chose Cadmus Denoised Microphone (Use me!) in Google Meet, The person I'm speaking to hears me but the noise suppression doesn't work. |
I tried to download a fresh copy of the project again, extract it, overwrite my existing folder, restarted my raspberry pi and it worked! |
Thank you for this informations ! I would like to use noise suppression on Raspberry Pi but from command line interface. Do you think it's possible ? Did you use the GUI on your RPi ? |
Hi, I managed to run this in Raspberry Pi 4 and I want to share how I did it. I tried this with Python 3.6.7 installed.
pyenv install 3.6.7
python global 3.6.7
cd Downloads
cd cadmus-master
python3.6 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install sip==5.3
pip install fbs PyQt5
pip install pulsectl
The text was updated successfully, but these errors were encountered: