Quietnet
New Post has been published on https://www.aneddoticamagazine.com/quietnet/
Quietnet
Simple chat program using inaudible sounds and a computerâs microphone and speaker.
seen from United States

seen from Italy
seen from Netherlands
seen from Lithuania

seen from United Kingdom

seen from United States
seen from Russia

seen from Germany

seen from United Kingdom
seen from Georgia
seen from United States
seen from Austria
seen from United States

seen from TĂźrkiye

seen from United States
seen from United Kingdom

seen from United States
seen from Germany

seen from United States
seen from Austria
Quietnet
New Post has been published on https://www.aneddoticamagazine.com/quietnet/
Quietnet
Simple chat program using inaudible sounds and a computerâs microphone and speaker.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
Quietnet
New Post has been published on https://www.aneddoticamagazine.com/quietnet/
Quietnet
Simple chat program using inaudible sounds and a computerâs microphone and speaker.
 Related Post
âRodriguezâ: El aĂąo del gallo
DNA Data Storage
Abandoned Soviet Space Shuttles
Raspi Boy Portable Gaming Console By 8B Craft
JITSI MEET Instant video conferences
VIOS
A âvirtualâ Richard Stallman
Lâ afa
Wavestar: power from waves
Safariseat: A low cost, all terrain wheelchair for...
Owura Kwadwo: MS Word On Chalkboard
Douglas Engelbart (1968) RIP
.yuzo_related_post imgwidth:155px !important; height:145px !important; .yuzo_related_post .relatedthumbline-height:15px;background: !important;color:!important; .yuzo_related_post .relatedthumb:hoverbackground:#fcfcf4 !important; -webkit-transition: background 0.2s linear; -moz-transition: background 0.2s linear; -o-transition: background 0.2s linear; transition: background 0.2s linear;;color:!important; .yuzo_related_post .relatedthumb acolor:!important; .yuzo_related_post .relatedthumb a:hover color:!important;} .yuzo_related_post .relatedthumb:hover a color:!important; .yuzo_related_post .yuzo_text color:!important; .yuzo_related_post .relatedthumb:hover .yuzo_text color:!important; .yuzo_related_post .relatedthumb margin: 0px 0px 0px 0px; padding: 5px 5px 5px 5px; jQuery(document).ready(function( $ ) //jQuery('.yuzo_related_post').equalizer( overflow : 'relatedthumb' ); jQuery('.yuzo_related_post .yuzo_wraps').equalizer( columns : '> div' ); )
Getting Quietnet to work
I found out about Quietnet from boingboing.net. Quietnet is simple python coding that allows you to communicate between computers via ultra-sonic sounds. All you need is python, speakers, and a microphone- something most laptops come equipped with. Get the Quietnet code zipfile from github here: Â https://github.com/Katee/quietnet
I had some issues getting it started, so I'm posting my experience to finally get it working.
Setup:
As it turns out it appears that Quietnet was coded in python 2.7 so I re-downloaded that here using the 32-bit version that is compatible with the rest of the modules I found: Â http://www.python.org/getit/ Â Â This installation had to be done for - Just for me - and not for 'all users' which allows the python to be seen by the Windows registry...
Next I installed the necessary dependencies for Quietnet: pyaudio and numpy which are modules that are needed in python for it to work. I didn't get these files directly from the programmers, but got the binaries from an educational website that makes installation much easier: Â http://www.lfd.uci.edu/~gohlke/pythonlibs/
Make sure you download the 32-bit versions of the modules for python 2.7.
Once the modules are installed you can open up Python Idle to make sure they are running properly, do this by typing: Â help ('numpy') Â Â and: help ('pyaudio') Â Â Â You should see a bunch of info. without any errors and should see the version number at the bottom.
Almost done. Next open up the file send.py downloaded from github on  computer using python. You'll get the > prompt. In another computer run the listen.py file. Make sure you volumes are up all the way.
So this should get you started, but its finicky using the 19100 Hertz for me. I had better results using 5000 Hertz. You can mess with the frequencies and other options in the option.py file.Â