Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ian Kelly Newsgroups: comp.lang.python Subject: Re: Detection of a specific sound Date: Tue, 3 Nov 2015 09:23:46 -0700 Lines: 20 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de FOK2Xda970efBroVWLp1QAMqemiuVsSJcwvpxwlKSmkA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.039 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'received:209.85.223': 0.03; 'i\xe2\x80\x99ve': 0.09; 'thread': 0.10; 'python': 0.10; "hasn't": 0.15; '7:45': 0.16; 'adjusted': 0.16; 'alarm': 0.16; 'detects': 0.16; 'ideally,': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wing': 0.16; 'wrote:': 0.16; 'library': 0.20; '2015': 0.20; 'posted': 0.21; "user's": 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'question': 0.27; 'message- id:@mail.gmail.com': 0.27; 'quiet': 0.29; 'ray': 0.29; 'recorded': 0.29; "i'm": 0.30; 'jump': 0.33; 'stream': 0.33; 'tue,': 0.34; 'received:google.com': 0.35; 'nov': 0.35; 'but': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'expect': 0.37; 'environment.': 0.37; 'received:209': 0.38; 'to:addr:python.org': 0.40; 'ago.': 0.61; 'skip:n 10': 0.62; 'more': 0.63; 'more.': 0.63; 'hours': 0.65; 'decided': 0.66; 'finally': 0.70; 'sound': 0.72; 'watching': 0.72; 'william': 0.79; 'microphone.': 0.84; 'piled': 0.84; 'to:name:python': 0.84; 'smoke': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=ht57TWDoIL/I+qU9i0yNduKk8AoraGlMcD0V3GUfq5k=; b=XqDNHp4J1DUCv+UQ2HyiGRXNPQjYXO/pc2xtTsGYaxImmyYrPC15mBqsKkOS/Kd7ft U5p5ZV3WMp4z5tOllxmGKgQGXouqVzogdu9dfodJj5ZaMmFk+6Ra9N2Szg4nxJsvaVds RkjPe1lfut8K4BRH+gw2ZEPhvFj3nwIn7gmV2vazTzqCp7gs/i8f178FKp5Fj15JWUJF wWWuQIRJZPeW5S79qboFhgoP3xQq//U0YIos1Wh2a5lUaHimcR88tmrZ3AuelEmdWxy7 AGbYIa11gCgyT6DfqPZvYM05au0xtnDmYNPCMRidpStKypjN6uaqx8iad4PhbDt0tZtJ GzeQ== X-Received: by 10.107.135.28 with SMTP id j28mr28119700iod.188.1446567866380; Tue, 03 Nov 2015 08:24:26 -0800 (PST) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:98172 On Tue, Nov 3, 2015 at 7:45 AM, William Ray Wing wrote: > >> On Oct 25, 2015, at 8:17 PM, Montana Burr wrote= : >> >> I'm looking for a library that will allow Python to listen for the shrie= k of a smoke alarm. Once it detects this shriek, it is to notify someone. I= deally, 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 fi= nd the recorded sound in the stream from the microphone. >> > > I=E2=80=99ve been watching this thread and finally decided to jump in. I love how in the past 24 hours five more people have piled onto this thread even though the OP hasn't posted any followup since the original question nine days ago.