Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #98119 > unrolled thread
| Started by | Lorenzo Sutton <lorenzofsutton@gmail.com> |
|---|---|
| First post | 2015-11-03 00:29 +0100 |
| Last post | 2015-11-03 00:29 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Detection of a specific sound Lorenzo Sutton <lorenzofsutton@gmail.com> - 2015-11-03 00:29 +0100
| From | Lorenzo Sutton <lorenzofsutton@gmail.com> |
|---|---|
| Date | 2015-11-03 00:29 +0100 |
| Subject | Re: Detection of a specific sound |
| Message-ID | <mailman.75.1446507000.4463.python-list@python.org> |
On 26/10/15 01:17, Montana Burr wrote: > I'm looking for a library that will allow Python to listen for the > shriek of a smoke alarm. Once it detects this shriek, it is to notify > someone. Ideally, specificity can be adjusted for the user's > environment. For example, I expect to need moderate specificity as I > live in a quiet neighborhood, but an apartment dweller might need more. > > I'm thinking of recording a smoke alarm and having the program try to > find the recorded sound in the stream from the microphone. > > Any help is greatly appreciated! > It would really be helpful if you could explain the (hardware) setting in more detail. When you say "Python to listen" I assume you mean a microphone connected to a computer where your python programme will be running. How many smoke allarms and in what radius should be detected? Or is it only a specific one? This could range from a simple programme triggered by an amplitude change (e.g. a piezo attached to the single alarm in question) to a complex audio fingerprinting one... Lorenzo.
Back to top | Article view | comp.lang.python
csiph-web