WLUG
By thread
wlug@lists.wlug.org
By month
Messages by month
- ----- 2026 -----
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2003 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2002 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2001 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2000 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
December 2012
- 25 participants
- 61 messages
Re: [Wlug] Setting up a Wiki
by Randall Mason
I just want to make people aware of twiki's drawbacks (but there are way
more positives if these don't apply):
Page titles have to be ASCII. This makes it tough to include international
content. I'm a Peace Corps volunteer in Bulgaria and Twiki was looking to
be the solution for a good flexible database. It had support for queries,
forms, there was even a SCM backend to store things in. Just no Unicode
for page names. It's a little tough if you are working with people with
Turkish, Bulgarian, and other ethnic names.
Also, it's perl, so cheaper hosting won't always work. It also requires
some strange binaries to be accessible like grep and such:
http://twiki.org/cgi-bin/view/TWiki/TWikiSystemRequirements
Finally, Twiki had a big falling out with their community and there was
some forking that happened. Pretty much "only the original guy" is left at
Twiki, and everybody else is at Foswiki: http://foswiki.org/
Foswiki seems to have had some good development past Twiki maybe because
most of Twiki's efforts are into a closed source business layer on top of
Twiki. The closed source module is amazing looking, if you watch the
videos, but it's closed and costly...
If you want other cool wiki <http://en.wikipedia.org/wiki/Wiki> ideas, you
know Wikipedia’s mediawiki <http://www.mediawiki.org/wiki/MediaWiki>, you
may not know about semantic wiki, built on Wikipedia, but with the data
actually machine readable. Very much so the next thing when it comes to
wiki. Also, tiddlywiki <http://tiddlywiki.com/> is all in Javascript and
you just save the html file when you're done. A very portable wiki
suitable for a website and git or just a thumb drive. Also, if you harken
back to the days of HyperCard, you may take a look at
wagn<http://wagn.org/introduction>,
a semantic wiki that the creator of wiki called "one of the freshest
contributions to wiki since I coined the term". Another option would be to
use what github does: https://github.com/github/gollum. Just keep your
files in git and use markdown as a syntax format. This is probably the
most "fad" way of wiki these days. Ruby, git, and it survives reddit
finding your pages! But really, markdown is becoming the standard for text
files that can be readable both in code and compiled into something
prettier.
Randall Mason
clashthebunny(a)gmail.com
On Thu, Dec 13, 2012 at 7:06 AM, Steven Greenberg <steve(a)ssgreenberg.name>wrote:
> Some mention was made of setting up a Wiki web site.
>
> I have set up and contributed to Wikis in several companies
> where I worked. Those are internal web sites, so I
> cannot show examples.
>
> The software I used was Twiki.
>
> http://twiki.org/
>
> /Steve
>
> --
> Steven Greenberg Email: steve(a)ssgreenberg.name
> 251 Holland Rd. Phone: (774)241-0095
> Fiskdale, Massachusetts 01518-1231 Web: www.ssgreenberg.name
> Other Email: s.greenberg(a)ieee.org ssg(a)alum.mit.edu
> _______________________________________________
> Wlug mailing list
> Wlug(a)mail.wlug.org
> http://mail.wlug.org/mailman/listinfo/wlug
>
Dec. 13, 2012
Re: [Wlug] Need some help with digital signal processing ...
by John Stoffel
David> As a fall-back, I am considering going the Arduino/ZigBee
David> route. You can buy ZigBee doorbells, etc. However, this
David> requires a fair amount of installation/wiring that needs to be
David> done to the house.
That was where I was going with my thoughts too. Not that I'm trying
to kill your idea, I'm just trying to think how it would work in a
reliable manner, since false positives are going to quickly get people
ot NOT use your app.
David> I lost my hearing during my middle age and I was given a box
David> full of signalers by the Commonwealth of Mass. Hooking up these
David> signalers is not the easiest of tasks and I was hoping to
David> bypass this via having a wearable computer do the
David> recognition. (BTW - I have a Cochlear Implant that obviated the
David> further need for the signalers).
Ouch, not fun! My eyes are terrible, but luckily correctable back to
20/20, though I'm getting old and going to need bifocals sooner or
later. Ugh.
Maybe instead of having an app which does this, would it be easier to
have a small dedicated piece of hardware?
When you got the signalers, did you have to wire them all up and run
the wires everywhere? Moving to zigbee might be he answer to that
side of the problem, though getting the sensors to work reliably is
the hardest part I suspect.
Good luck!
David> On 12/12/2012 03:21 PM, John Stoffel wrote:
>> Doing DSP in your phone or other android device might become really
>> difficult, really fast. In any case, I'd recommend that you get one
>> of those development boards which runs Android and work with that to
>> start. No need to sacrifice your phone ahead of time.
>>
>> Also, instead of listening for sounds, maybe you can wire up a
>> dedicated device into the home which would talk directly to the haptic
>> device or the glasses?
>>
>> My brother went to RIT (Rochester Institute of Technology) and they
>> have a large deaf population there, to the extent that some dorms are
>> fitted out with the bright stobe lights used to wake/alert deaf people
>> of fire alarms, etc.
>>
>> Listening for arbitrary sounds and trying to match them to a library
>> of triggers sounds (sorry for the pun) like a very hard problem. Even
>> apple is doing Siri by sending your speech to a remote datacenter for
>> processing, since the phones don't have enough juice. Admittedly,
>> that's a more difficult problem space, but it is similar and less open
>> ended than your problem space.
>>
>> Just hooking an Arduino into my doorbell/phone/other sensors and
>> having the arduino talk to the alerting system might be a simpler way
>> to do it.
>>
>> John
>> _______________________________________________
>> Wlug mailing list
>> Wlug(a)mail.wlug.org
>> http://mail.wlug.org/mailman/listinfo/wlug
>>
David> ----------------------------------------------------------------------
David> _______________________________________________
David> Wlug mailing list
David> Wlug(a)mail.wlug.org
David> http://mail.wlug.org/mailman/listinfo/wlug
Dec. 13, 2012
Re: [Wlug] Need some help with digital signal processing ...
by Randall Mason
The long and short of this is that you need to figure out what the sound
looks like. Is it a simple sound that's easy to differentiate by just
choosing the highest peak on an FFT? If your doorbell has a peak at 10khz
and your dryer has a peak at 5khz, it should be pretty easy to do if 4.9khz
< max(fft(audiodata)) < 5.1khz then dryer; if 9.9khz < max(fft(audiodata))
< 10.1khz then doorbell.
Most likely it's not going to be that easy. Also there is the possibility
that the dryer manufacturer and the doorbell manufacturer used the same
component for the buzzer and it's going to be mathematically the same sound
pattern, but differ on harmonics blocked by the room.
You could need to use the whole fft of the sound, recorded at many
different locations in the house and then use nearest neighbor for the
convolution of the "new" sound with the old sound and then compared to a
database of previous sounds. You would need a large database of example
sounds to compare with. Probably at least 100 examples of each sound that
would go off and then you would need to set a threshold of "closeness" so
that you don't always detect new sounds as one of the old sounds.
If this didn't work, then you may have to go with a hefty fingerprint like
chromaprint or echoprint. Those would give you so much info about not just
the frequencies, but also the rhythm of the sounds. Like maybe your dryer
and your oven have the same frequency pattern because the manufacturers
used the same buzzer, but they pulse them differently. That's one
advantage to these full fingerprint libraries. And somebody else did the
science, so you don't need to write a dissertation in DSP to be sure that
you have some rigour to your approach.
Chromaprint <http://acoustid.org/chromaprint> would be a good library to go
with in that case. It's part of the acoustid project and has a great how
it works <http://oxygene.sk/2011/01/how-does-chromaprint-work/> blog post
for the acoustically curious. The problem would be that it's mainly
developed for sounds as complex as music, so I don't know how it would work
with a "buzz" noise. It's small enough and fast enough that it can happen
quickly enough on a phone. That's how programs like
shazam<http://www.shazam.com/>work. They make the fingerprint on the
phone from a 10 second recording
and push it to a server that processes it. Shazam has riddled the
landscape with software patents, so chromaprint isn't a replacement for
that, it's just close enough that it may work.
Other things to look at:
http://code.google.com/p/musicg/ - A java audio DSP library. Does
fingerprinting and stuff.
Echoprint has been ported to Android:
https://github.com/gvsumasl/EchoprintForAndroid
If you send me some example sounds, I can look at them in python or
something and let you know what I think about different metrics that you
could use to compare the sounds. Specifically a recording in a loss-less
codec like flac or without compression like wav would be important because
MP3 and such destroy parts of the audio waveform. 'Course I could just
record my kitchen timer and let you know what it looks like...
Your offer to do the programming is great, because I'm no app dev, but I do
have some education and experience with signal processing.
Randall Mason
clashthebunny(a)gmail.com
On Thu, Dec 13, 2012 at 4:20 AM, David Glaser <dglaser(a)glaserresearch.net>wrote:
> Tim,
>
> After your feedback and feedback received during the WLUG meeting, it
> seems that
> it is better to use something like an Arduino instead of a phone as the signal
> processing
> box.
>
> To that effect, I googled "arduino dsp" and got a whole lot of hits on DSP
> shields for arduino
> and on projects that illustrate how to write arduino sketches that
> manipulate the stream.
>
> One possibility would be to have an Arduino with a DSP and a bluetooth
> receiver. The bluetooth would communicate with a phone and/or a wearable.
> The phone would tell the arduino what sounds to look for - that is,
> provide signatures that should be matched. The wearable and/or the phone
> would be used to give the event to the user. I think that this
> configuration along with a battery could be configured to fit in a small
> fanny pack.
>
> The arduino could also use zig-bee to communicate with a home automation
> system and pass events to the phone/wearable.
>
> Hmmm, I think we are on to something.
>
> -David
>
> On 12/12/2012 08:33 PM, Tim Keller wrote:
>
> I would have to imagine having your phone listen to ambient sound and
> then filter looking for a whole range of specific sounds is basically
> going to use all the phones processing power along with its ram...
>
> I have to imagine that not hearing the beep when the oven is done pre
> heating must be annoying
>
> Not hearing the washing machine or the clothes dryer buzz would really
> piss me off.
>
> imagine a box. On this box would be al led screen where you could
> cycle through a menu and pick a input to listen to and report when
> either that input starts or stops.
>
> In the case of a clothes dryer when the vibration sensor stops sensing
> vibration, chances are good it's done.
>
> This box would also have plugs for things like a photo sensor you
> could stick on the face of your stove right over the led for
> preheating the oven.
>
> All of this stuff could be tied back to your phone that would vibrate
> and sent an sms message. Possibly you could tie it in with a home
> automation system to flash lights, etc.
>
> Just some ideas.
>
> Tim.
>
>
>
>
>
>
> _______________________________________________
> Wlug mailing list
> Wlug(a)mail.wlug.org
> http://mail.wlug.org/mailman/listinfo/wlug
>
>
Dec. 13, 2012
Using Facebook as a Website
by Steven Greenberg
In the meeting, I also mentioned using Facebook. This is just
about the easiest thing to set up.
Here is an example Facebook Page that I have created. You
do not need to sign in to Facebook to read it.
https://www.facebook.com/SturbridgeForElizabethWarren
/Steve
--
Steven Greenberg Email: steve(a)ssgreenberg.name
251 Holland Rd. Phone: (774)241-0095
Fiskdale, Massachusetts 01518-1231 Web: www.ssgreenberg.name
Other Email: s.greenberg(a)ieee.org ssg(a)alum.mit.edu
Dec. 13, 2012
Setting up a Wiki
by Steven Greenberg
Some mention was made of setting up a Wiki web site.
I have set up and contributed to Wikis in several companies
where I worked. Those are internal web sites, so I
cannot show examples.
The software I used was Twiki.
http://twiki.org/
/Steve
--
Steven Greenberg Email: steve(a)ssgreenberg.name
251 Holland Rd. Phone: (774)241-0095
Fiskdale, Massachusetts 01518-1231 Web: www.ssgreenberg.name
Other Email: s.greenberg(a)ieee.org ssg(a)alum.mit.edu
Dec. 13, 2012
Examples of Websites Using Different Techniques
by Steven Greenberg
I have examples of three different techniques that I have used
for creating web sites.
My personal web site is mostly hand coded HTML and CSS, with
some custom Javascript and PHP. The drop down menus are pure
HTML and CSS.
http://www.ssgreenberg.name/
The politics link on my website takes you to my politics blog
that uses Wordpress.
http://ssgreenberg.name/PoliticsBlog/
I have my experimental website using Drupal 6.
http://www.ssgreenberg.name/Drupal/Drupal/
the last example is the Friends of The Joshua Hyde Public
Library on which I have used Drupal 7
http://www.sturbridgelibraryfriends.org/
I did a much more complex web site in Drupal 6 for a
Square dance club, but that site is no longer available.
I'll be happy to discuss the pros and cons of each technique.
/Steve
P.S.
I have some Javascript which I use often for doing Outlines
on web sites in HTML.
http://www.ssgreenberg.name/SSGSoftware/OutlinesInHTML/
I also have some Javascript which I use to display all my photo
albums on the web. One example is:
http://www.ssgreenberg.name/Pictures/2011/10-28-Snow/index.php
The software at the bottom of these pages that keep track of
and displays the info about how many reads and readers there
are for each page was also written by me and uses a MySQL
database to keep the data that drives the display of information.
--
Steven Greenberg Email: steve(a)ssgreenberg.name
251 Holland Rd. Phone: (774)241-0095
Fiskdale, Massachusetts 01518-1231 Web: www.ssgreenberg.name
Other Email: s.greenberg(a)ieee.org ssg(a)alum.mit.edu
Dec. 13, 2012
Re: [Wlug] Need some help with digital signal processing ...
by David Glaser
Tim,
After your feedback and feedback received during theWLUG meeting, it
seems that
it is better to use something like an Arduino instead of a phone as the
signal processing
box.
To that effect, I googled "arduino dsp" and got a whole lot of hits on
DSP shields for arduino
and on projects that illustrate how to write arduino sketches that
manipulate the stream.
One possibility would be to have an Arduino with a DSP and a bluetooth
receiver. The bluetooth would communicate with a phone and/or a
wearable. The phone would tell the arduino what sounds to look for -
that is, provide signatures that should be matched. The wearableand/or
the phone would be used to give the event to the user. I think that this
configuration along with a battery could be configured to fit in a small
fanny pack.
The arduino could also use zig-bee to communicate with a home automation
system and pass events to the phone/wearable.
Hmmm, I think we are on to something.
-David
On 12/12/2012 08:33 PM, Tim Keller wrote:
> I would have to imagine having your phone listen to ambient sound and
> then filter looking for a whole range of specific sounds is basically
> going to use all the phones processing power along with its ram...
>
> I have to imagine that not hearing the beep when the oven is done pre
> heating must be annoying
>
> Not hearing the washing machine or the clothes dryer buzz would really
> piss me off.
>
> imagine a box. On this box would be al led screen where you could
> cycle through a menu and pick a input to listen to and report when
> either that input starts or stops.
>
> In the case of a clothes dryer when the vibration sensor stops sensing
> vibration, chances are good it's done.
>
> This box would also have plugs for things like a photo sensor you
> could stick on the face of your stove right over the led for
> preheating the oven.
>
> All of this stuff could be tied back to your phone that would vibrate
> and sent an sms message. Possibly you could tie it in with a home
> automation system to flash lights, etc.
>
> Just some ideas.
>
> Tim.
>
>
>
Dec. 13, 2012
Re: [Wlug] Need some help with digital signal processing ...
by Tim Keller
I would have to imagine having your phone listen to ambient sound and
then filter looking for a whole range of specific sounds is basically
going to use all the phones processing power along with its ram...
I have to imagine that not hearing the beep when the oven is done pre
heating must be annoying
Not hearing the washing machine or the clothes dryer buzz would really
piss me off.
imagine a box. On this box would be al led screen where you could
cycle through a menu and pick a input to listen to and report when
either that input starts or stops.
In the case of a clothes dryer when the vibration sensor stops sensing
vibration, chances are good it's done.
This box would also have plugs for things like a photo sensor you
could stick on the face of your stove right over the led for
preheating the oven.
All of this stuff could be tied back to your phone that would vibrate
and sent an sms message. Possibly you could tie it in with a home
automation system to flash lights, etc.
Just some ideas.
Tim.
On 12/12/12, David Glaser <dglaser(a)glaserresearch.net> wrote:
> John,
>
> As a fall-back, I am considering going the Arduino/ZigBee route. You can
> buy ZigBee doorbells, etc. However, this requires a fair amount of
> installation/wiring that needs to be done to the house.
>
> I lost my hearing during my middle ageand I was given a box full of
> signalers by the Commonwealth of Mass. Hooking up these signalers is not
> the easiest of tasks and I was hoping to bypass this via having a
> wearable computer do the recognition. (BTW - I have a Cochlear Implant
> that obviated the further need for the signalers).
>
> -David
>
> On 12/12/2012 03:21 PM, John Stoffel wrote:
>> Doing DSP in your phone or other android device might become really
>> difficult, really fast. In any case, I'd recommend that you get one
>> of those development boards which runs Android and work with that to
>> start. No need to sacrifice your phone ahead of time.
>>
>> Also, instead of listening for sounds, maybe you can wire up a
>> dedicated device into the home which would talk directly to the haptic
>> device or the glasses?
>>
>> My brother went to RIT (Rochester Institute of Technology) and they
>> have a large deaf population there, to the extent that some dorms are
>> fitted out with the bright stobe lights used to wake/alert deaf people
>> of fire alarms, etc.
>>
>> Listening for arbitrary sounds and trying to match them to a library
>> of triggers sounds (sorry for the pun) like a very hard problem. Even
>> apple is doing Siri by sending your speech to a remote datacenter for
>> processing, since the phones don't have enough juice. Admittedly,
>> that's a more difficult problem space, but it is similar and less open
>> ended than your problem space.
>>
>> Just hooking an Arduino into my doorbell/phone/other sensors and
>> having the arduino talk to the alerting system might be a simpler way
>> to do it.
>>
>> John
>> _______________________________________________
>> Wlug mailing list
>> Wlug(a)mail.wlug.org
>> http://mail.wlug.org/mailman/listinfo/wlug
>>
>
>
--
Sent from my mobile device
I am leery of the allegiances of any politician who refers to their
constituents as "consumers".
Dec. 13, 2012
Re: [Wlug] Wlug Digest, Vol 110, Issue 5
by joel d
Thanks.
Will be over soon.
Thank you,
Joel
On Dec 12, 2012 7:57 PM, "Frank Sweetser" <fs(a)wpi.edu> wrote:
> At tech now.
>
> joel d <joelgroup(a)gmail.com> wrote:
>>
>> Came late.
>>
>> Did I miss it?
>>
>> Tech pizza?
>>
>> Other location?
>>
>> Thank you,
>>
>> Joel
>> On Dec 12, 2012 12:00 PM, <wlug-request(a)mail.wlug.org> wrote:
>>
>>> Send Wlug mailing list submissions to
>>> wlug(a)mail.wlug.org
>>>
>>> To subscribe or unsubscribe via the World Wide Web, visit
>>> http://mail.wlug.org/mailman/listinfo/wlug
>>> or, via email, send a message with subject or body 'help' to
>>> wlug-request(a)mail.wlug.org
>>>
>>> You can reach the person managing the list at
>>> wlug-owner(a)mail.wlug.org
>>>
>>> When replying, please edit your Subject line so it is more specific
>>> than "Re: Contents of Wlug digest..."
>>>
>>>
>>> Today's Topics:
>>>
>>> 1. Need some help with digital signal processing ... (David Glaser)
>>> 2. Announce: Meeting December 12th 7PM, WPI Campus Center
>>> Mid-Century Room 331 (Chuck Anderson)
>>> 3. Re: Need some help with digital signal processing ... (Jeff Moyer)
>>>
>>>
>>> ----------------------------------------------------------------------
>>>
>>> Message: 1
>>> Date: Wed, 12 Dec 2012 06:33:22 -0500
>>> From: David Glaser <dglaser(a)glaserresearch.net>
>>> Subject: [Wlug] Need some help with digital signal processing ...
>>> To: Worcester Linux Users Group <wlug(a)mail.wlug.org>
>>> Message-ID: <50C86B82.5030301(a)glaserresearch.net>
>>> Content-Type: text/plain; charset="iso-8859-1"
>>>
>>> Hi Folks,
>>>
>>> I need some help with an Android app for the hearing impaired.
>>> Essentially, the app is to be used with a wearable android device
>>> (Google Glasses or theSony android wrist watch) and will listen for
>>> sounds such as the door bell or the tty, or any other household
>>> soundthat should be reported to the wearer.
>>>
>>> Capturing the sound using an Android device is not the problem. What I
>>> don't know is how to compare the incoming sound stream with sound
>>> signatures that should cause the event to occur. Once the event occurs,
>>> then text can be displayed on the googleglasses or the haptic transducer
>>> on the wrist watch can be activated.
>>>
>>> This app is intended to be open sourceso I'm looking for volunteer help
>>> on the algorithms. I will do the programming.
>>>
>>> Regards
>>>
>>> David Glaser
>>> dglaser(a)glaserresearch.net
>>> -------------- next part --------------
>>> An HTML attachment was scrubbed...
>>> URL:
>>> http://mail.wlug.org/pipermail/wlug/attachments/20121212/8dede17f/attachmen…
>>>
>>> ------------------------------
>>>
>>> Message: 2
>>> Date: Wed, 12 Dec 2012 07:47:11 -0500
>>> From: Chuck Anderson <cra(a)WPI.EDU>
>>> Subject: [Wlug] Announce: Meeting December 12th 7PM, WPI Campus Center
>>> Mid-Century Room 331
>>> To: wlug(a)wlug.org
>>> Message-ID: <20121212124710.GZ29170(a)angus.ind.WPI.EDU>
>>> Content-Type: text/plain; charset="us-ascii"
>>>
>>> We are having a WLUG meeting this evening, December 12, at 7:00 PM in
>>> the WPI Campus Center, Mid-Century Room 331.
>>>
>>> http://www.wpi.edu/Admin/CC/Floorplans/37678.htm
>>>
>>> This seems like a good time to talk about the WLUG website. We've had
>>> half-completed plans since about 2 years ago to replace the hardware
>>> and software to create a Wiki or Drupal site to replace the outdated
>>> and manually-maintained-by-me HTML site. This week I plan to finally
>>> migrate things over to the new server, but the content will still be
>>> the old HTML site for now. We need some volunteers to help build a
>>> new site in either MediaWiki or Drupal or some other framework.
>>>
>>> After the meeting, we'll continue discussions over at Tech Pizza.
>>>
>>> Hope to see you there,
>>> Chuck
>>> -------------- next part --------------
>>> A non-text attachment was scrubbed...
>>> Name: not available
>>> Type: application/pgp-signature
>>> Size: 190 bytes
>>> Desc: not available
>>> Url :
>>> http://mail.wlug.org/pipermail/wlug/attachments/20121212/d872da62/attachmen…
>>>
>>> ------------------------------
>>>
>>> Message: 3
>>> Date: Wed, 12 Dec 2012 09:33:35 -0500
>>> From: Jeff Moyer <jmoyer(a)redhat.com>
>>> Subject: Re: [Wlug] Need some help with digital signal processing ...
>>> To: David Glaser <dglaser(a)glaserresearch.net>, Worcester Linux Users
>>> Group <wlug(a)mail.wlug.org>
>>> Message-ID: <x49zk1jl4qo.fsf(a)segfault.boston.devel.redhat.com>
>>> Content-Type: text/plain; charset=us-ascii
>>>
>>> David Glaser <dglaser(a)glaserresearch.net> writes:
>>>
>>> > Hi Folks,
>>> >
>>> > I need some help with an Android app for the hearing impaired.
>>> > Essentially, the app is to be used with a wearable android device
>>> > (Google Glasses or theSony android wrist watch) and will listen for
>>> > sounds such as the door bell or the tty, or any other household
>>> > soundthat should be reported to the wearer.
>>> >
>>> > Capturing the sound using an Android device is not the problem. What I
>>> > don't know is how to compare the incoming sound stream with sound
>>> > signatures that should cause the event to occur. Once the event
>>> > occurs, then text can be displayed on the googleglasses or the haptic
>>> > transducer on the wrist watch can be activated.
>>> >
>>> > This app is intended to be open sourceso I'm looking for volunteer
>>> > help on the algorithms. I will do the programming.
>>>
>>> We've got some smart folks on this list, no doubt, but it might serve
>>> you better to ask this question in a more focused forum. Try
>>> http://www.reddit.com/r/DSP/ for starters.
>>>
>>> Good luck!
>>> Jeff
>>>
>>>
>>> ------------------------------
>>>
>>> _______________________________________________
>>> Wlug mailing list
>>> Wlug(a)mail.wlug.org
>>> http://mail.wlug.org/mailman/listinfo/wlug
>>>
>>>
>>> End of Wlug Digest, Vol 110, Issue 5
>>> ************************************
>>>
>> ------------------------------
>>
>> Wlug mailing list
>> Wlug(a)mail.wlug.org
>> http://mail.wlug.org/mailman/listinfo/wlug
>>
>>
> --
> Sent from my Android phone with K-9 Mail. Please excuse my brevity.
>
Dec. 13, 2012
Re: [Wlug] Wlug Digest, Vol 110, Issue 5
by Frank Sweetser
At tech now.
joel d <joelgroup(a)gmail.com> wrote:
>Came late.
>
>Did I miss it?
>
>Tech pizza?
>
>Other location?
>
>Thank you,
>
>Joel
> On Dec 12, 2012 12:00 PM, <wlug-request(a)mail.wlug.org> wrote:
>
>> Send Wlug mailing list submissions to
>> wlug(a)mail.wlug.org
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>> http://mail.wlug.org/mailman/listinfo/wlug
>> or, via email, send a message with subject or body 'help' to
>> wlug-request(a)mail.wlug.org
>>
>> You can reach the person managing the list at
>> wlug-owner(a)mail.wlug.org
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of Wlug digest..."
>>
>>
>> Today's Topics:
>>
>> 1. Need some help with digital signal processing ... (David
>Glaser)
>> 2. Announce: Meeting December 12th 7PM, WPI Campus Center
>> Mid-Century Room 331 (Chuck Anderson)
>> 3. Re: Need some help with digital signal processing ... (Jeff
>Moyer)
>>
>>
>>
>----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Wed, 12 Dec 2012 06:33:22 -0500
>> From: David Glaser <dglaser(a)glaserresearch.net>
>> Subject: [Wlug] Need some help with digital signal processing ...
>> To: Worcester Linux Users Group <wlug(a)mail.wlug.org>
>> Message-ID: <50C86B82.5030301(a)glaserresearch.net>
>> Content-Type: text/plain; charset="iso-8859-1"
>>
>> Hi Folks,
>>
>> I need some help with an Android app for the hearing impaired.
>> Essentially, the app is to be used with a wearable android device
>> (Google Glasses or theSony android wrist watch) and will listen for
>> sounds such as the door bell or the tty, or any other household
>> soundthat should be reported to the wearer.
>>
>> Capturing the sound using an Android device is not the problem. What
>I
>> don't know is how to compare the incoming sound stream with sound
>> signatures that should cause the event to occur. Once the event
>occurs,
>> then text can be displayed on the googleglasses or the haptic
>transducer
>> on the wrist watch can be activated.
>>
>> This app is intended to be open sourceso I'm looking for volunteer
>help
>> on the algorithms. I will do the programming.
>>
>> Regards
>>
>> David Glaser
>> dglaser(a)glaserresearch.net
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL:
>>
>http://mail.wlug.org/pipermail/wlug/attachments/20121212/8dede17f/attachmen…
>>
>> ------------------------------
>>
>> Message: 2
>> Date: Wed, 12 Dec 2012 07:47:11 -0500
>> From: Chuck Anderson <cra(a)WPI.EDU>
>> Subject: [Wlug] Announce: Meeting December 12th 7PM, WPI Campus
>Center
>> Mid-Century Room 331
>> To: wlug(a)wlug.org
>> Message-ID: <20121212124710.GZ29170(a)angus.ind.WPI.EDU>
>> Content-Type: text/plain; charset="us-ascii"
>>
>> We are having a WLUG meeting this evening, December 12, at 7:00 PM in
>> the WPI Campus Center, Mid-Century Room 331.
>>
>> http://www.wpi.edu/Admin/CC/Floorplans/37678.htm
>>
>> This seems like a good time to talk about the WLUG website. We've
>had
>> half-completed plans since about 2 years ago to replace the hardware
>> and software to create a Wiki or Drupal site to replace the outdated
>> and manually-maintained-by-me HTML site. This week I plan to finally
>> migrate things over to the new server, but the content will still be
>> the old HTML site for now. We need some volunteers to help build a
>> new site in either MediaWiki or Drupal or some other framework.
>>
>> After the meeting, we'll continue discussions over at Tech Pizza.
>>
>> Hope to see you there,
>> Chuck
>> -------------- next part --------------
>> A non-text attachment was scrubbed...
>> Name: not available
>> Type: application/pgp-signature
>> Size: 190 bytes
>> Desc: not available
>> Url :
>>
>http://mail.wlug.org/pipermail/wlug/attachments/20121212/d872da62/attachmen…
>>
>> ------------------------------
>>
>> Message: 3
>> Date: Wed, 12 Dec 2012 09:33:35 -0500
>> From: Jeff Moyer <jmoyer(a)redhat.com>
>> Subject: Re: [Wlug] Need some help with digital signal processing ...
>> To: David Glaser <dglaser(a)glaserresearch.net>, Worcester Linux Users
>> Group <wlug(a)mail.wlug.org>
>> Message-ID: <x49zk1jl4qo.fsf(a)segfault.boston.devel.redhat.com>
>> Content-Type: text/plain; charset=us-ascii
>>
>> David Glaser <dglaser(a)glaserresearch.net> writes:
>>
>> > Hi Folks,
>> >
>> > I need some help with an Android app for the hearing impaired.
>> > Essentially, the app is to be used with a wearable android device
>> > (Google Glasses or theSony android wrist watch) and will listen for
>> > sounds such as the door bell or the tty, or any other household
>> > soundthat should be reported to the wearer.
>> >
>> > Capturing the sound using an Android device is not the problem.
>What I
>> > don't know is how to compare the incoming sound stream with sound
>> > signatures that should cause the event to occur. Once the event
>> > occurs, then text can be displayed on the googleglasses or the
>haptic
>> > transducer on the wrist watch can be activated.
>> >
>> > This app is intended to be open sourceso I'm looking for volunteer
>> > help on the algorithms. I will do the programming.
>>
>> We've got some smart folks on this list, no doubt, but it might serve
>> you better to ask this question in a more focused forum. Try
>> http://www.reddit.com/r/DSP/ for starters.
>>
>> Good luck!
>> Jeff
>>
>>
>> ------------------------------
>>
>> _______________________________________________
>> Wlug mailing list
>> Wlug(a)mail.wlug.org
>> http://mail.wlug.org/mailman/listinfo/wlug
>>
>>
>> End of Wlug Digest, Vol 110, Issue 5
>> ************************************
>>
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Wlug mailing list
>Wlug(a)mail.wlug.org
>http://mail.wlug.org/mailman/listinfo/wlug
--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
Dec. 13, 2012