Skip to content
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

Open
RXAldreezee opened this issue Apr 16, 2021 · 3 comments
Open

I managed to run this on Raspberry Pi #64

RXAldreezee opened this issue Apr 16, 2021 · 3 comments

Comments

@RXAldreezee
Copy link

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

@RXAldreezee RXAldreezee changed the title I managed to run this in Raspberry Pi I managed to run this on Raspberry Pi Apr 16, 2021
@RXAldreezee
Copy link
Author

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.

@RXAldreezee
Copy link
Author

I tried to download a fresh copy of the project again, extract it, overwrite my existing folder, restarted my raspberry pi and it worked!

@pmancele
Copy link

pmancele commented May 11, 2021

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants