quietnet
quietnet copied to clipboard
Simple chat program that communicates using inaudible sounds
I've installed pyaudio from source and pynum via pip. Python version 3.3.3. I get this error: File "send.py", line 6, in FORMAT = pyaudio.paInt16 AttributeError: 'module' object has no attribute...
ALSA lib pcm_dsnoop.c:618:(snd_pcm_dsnoop_open) unable to open slave ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side ALSA lib pcm_route.c:867:(find_matching_chmap) Found no...
i try this code import speech_recognition as sr r=sr.Recognizer() with sr.Microphone() as source: print("Speak any thing") audio = r.listen(source) try: text=r.recognize_google(audio) print('You said: {}'.format(text)) except: print("Sorry Can not Recognise your...
Changed join in send.py to perform the join for byte objects instead of strings. Replaced xrange with range in quitnet.py because xrange was removed in python 3. Added Queue.py module...
I think everything is normal until this: volkan@ubuntu:~/Belgeler/quietnet$ python send.py ALSA lib pcm_dsnoop.c:618:(snd_pcm_dsnoop_open) unable to open slave ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe ALSA...
Really nice program/PoC. Thank you Kate. For those like me who can't hear the sounds generated (at least by laptop speakers), try [PulseEffects](https://github.com/wwmm/pulseeffects) with the equalizer 'Pre' value raised to...
code works well on single laptop. but if we try to send message from one pc to another,it is not detecting.
Does anyone has values of bottom_threshold and frame_length for which the script is working perfectly. I tried my luck but not getting the results.
Seems like it should be possible to use Quietnet as an actual network connection between machines. Has anyone done this?
Under Ubuntu 15.04 I run python listen.py and get this: Quietnet listening at 19100HzALSA lib pcm_dsnoop.c:618:(snd_pcm_dsnoop_open) unable to open slave ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave ALSA lib pcm.c:2239:(snd_pcm_open_noupdate)...