From 734b73eca35fbcf5ba57601b75caa36ea7f45164 Mon Sep 17 00:00:00 2001 From: scooty Date: Sat, 31 Jul 2021 23:38:49 +0200 Subject: [PATCH] added demo link --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04abfe1..bfa5240 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ -# squeeky-laptop +# squeaky-laptop -Makes your laptop hinge squeek! \ No newline at end of file +Makes your laptop hinge squeak! Coded in 20 mins, very messy and broken. + +Uses Macbooks ambient light sensor data to play a squeaky sound (< 10.5 OSX). +Depens on pyaudio ($ pip3 install pyaudio). Turn of your display's brightness to prevent reflection/bad behaviour. + +Run: `python3 squeek.py` + +Demo: [https://youtu.be/pzJwDs6KRXA](https://youtu.be/pzJwDs6KRXA) + +Todo: play in reverse when lid is closed. \ No newline at end of file