josh-richardson / cadmus

A GUI frontend for @werman's Pulse Audio real-time noise suppression plugin
GNU General Public License v3.0
2.09k stars 55 forks source link

I managed to run this on Raspberry Pi #64

Open RXAldreezee opened 3 years ago

RXAldreezee commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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 ?