rattlesnake icon indicating copy to clipboard operation
rattlesnake copied to clipboard

A Python application that does noise cancellation

Results 10 rattlesnake issues
Sort by recently updated
recently updated
newest added

i got some errors while install requirements First error happened with functools32 ``` Collecting functools32==3.2.3.post2 Using cached functools32-3.2.3-2.tar.gz (31 kB) ERROR: Command errored out with exit status 1: command: /usr/bin/python3...

it is just like an echo, maybe python is too slow

I'm look at `invert` function in `rattlesnake.py` https://github.com/loehnertz/rattlesnake/blob/master/rattlesnake.py#L312 according to numpy document np.invert is a bitwise NOT operation https://numpy.org/doc/stable/reference/generated/numpy.invert.html this confuse me what the relation between two operation here?

after downloading and installing this app, and running it with `python2 rattlesnake.py --live -db -1` I get the following traceback: ```py File "rattlesnake.py", line 458, in main() File "rattlesnake.py", line...

when i download curse from the link it tells me this Could not find a version that satisfies the requirement curses (from versions: ) No matching distribution found for curses

I want to give this script a try. I cloned it in windows and runned the requirements. Collecting functools32==3.2.3.post2 (from -r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz Complete output from...

Hello, Got several errors with ALSA during compilation of rattlesnake However I used it only for audio file (.wav), `` ALSA lib pcm_dsnoop.c:606:(snd_pcm_dsnoop_open) unable to open slave `` Also I...