Skip to content

Commit

Permalink
Merge pull request #7 from ryanpeach/README
Browse files Browse the repository at this point in the history
Update Readme.md
  • Loading branch information
ryanpeach authored Mar 16, 2024
2 parents 523abe1 + 942cb42 commit 2a16afe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Dog Barking

A simple for recording audio, and playing a frequency when the volume is over some threshold.
A simple app for recording audio, and playing a frequency when the volume in the room is over some threshold.

This app has many uses, but is made originally for training a dog to stop barking. By playing a high pitched, loud sound whenever my computer detected high volume noise, I trained my dog to stop barking while I was gone.
This app has many uses, but is made originally for training a dog to stop barking. By playing a high pitched loud sound whenever my computer detected high volume noise, I trained my dog to stop barking while I was gone.

It will also email you about events with recordings and summarize the events throughout the day.

# Installation

You'll want to start by installing python and [poetry](https://python-poetry.org/docs/#installation) on your system. Do this however you see fit.

```bash
# If you are on macosx, be sure to do this, otherwise skip
brew install portaudio
Expand Down

0 comments on commit 2a16afe

Please sign in to comment.