Slashdot Mirror


Turning Your PC Into a LAN-based Intercom?

AugstWest asks: "With all of the VOIP projects all over the net, and more and more of us geeks installing machiens in every room in the house, it hit me that we've got all the wiring and hardware necessary for a full-house intercom installed. Software, however, is another story. None of the VOIP projects I've been able to find can be easily adapted to instant-on lan voice communications. With a microphone hooked up to all of the machines throughout the house, shouldn't it be simple to set up instant-on voice software? I've scoured the net for it, does any already exist?"

25 comments

  1. speak freely by rplacd · · Score: 5, Informative

    Speak Freely should do all you need. Plus, it's cross-platform; I have it on both my FreeBSD and Windows machines at home.

    1. Re:speak freely by gleam · · Score: 4, Informative

      teamspeak now has both linux clients and servers, which would likely work on freebsd (via linux emulation) as well. i know for a fact the server does.

      www.teamspeak.org

      the main advantage of teamspeak over speakfreely is that, aside from having better quality low-bitrate codecs, it automatically mixes speech on the server.. speakfreely doesn't, it simply reflects everything, and teh clients do a horrible job of mixing the voice streams. if two people talk at once in speak freely, the third person can't understand either of them.

      -gleam

      --
      this .sig is not a .sig.
    2. Re:speak freely by 1101z · · Score: 1

      Got it in one.
      Just leave the output program running on all programs pointed at one box with reflector running. Then a little script that starts the mic program and points ether at a spacific other box or the reflector for all the boxes. Would work great for a LAN.

      --
      One day people will learn the folly of Winbloze, Linux Rules!
  2. Scripts and netcat :) by Pyromage · · Score: 4, Informative

    Receiving:

    nc -l -p 5000 > /dev/dsp

    Sending:

    cat /dev/dsp | nc hostname 5000

    You probably want something a bit more... robust than this, but hell, what do you want for 2 lines of bash? :)

  3. Yes by Playboy3k · · Score: 1

    Wat about wireless speakers has it? Can it be done

    --
    I'm a geek deal wit it
    1. Re:Yes by Playboy3k · · Score: 0, Offtopic

      yeah bout like a bose sytems 5.1 surrond sound

      --
      I'm a geek deal wit it
  4. OS X by Noodlenose · · Score: 2
    Why not utilise OS X's speech-recognition software? I am pretty sure that it is scriptable via Apple Script.

    Dirk

  5. Its called a telephone. by Anonymous Coward · · Score: 4, Funny

    Throw one in every room ;)

  6. Wireless intercom. by Shwag · · Score: 1

    I call it a cell phone.

  7. Security by theedge318 · · Score: 4, Funny

    I hate to be a nay sayer about neat cross platform networking applications ... but as a Windows user (and a computer user in general), I understand that my computer is only secure when I remove it from a power source.

    Therefore, I would not be inclined to install software that would allow people to listen in to conversations in my house.

    If I had kids I definitely wouldn't run the software ... just in case they accidently managed to get a connection to "bedroom noises" ...

    My parents had an old style intercom ... and I found out that by pushing the "End Transmission" Button when the line was closed, you were actually able to listen in to every other room in the house ... THANKFULLY, I can still say that I believe my parents are "celebate" :-)

    --
    Sig Nazi- "No Sig for you, come back 1 year."
    1. Re:Security by phallstrom · · Score: 1

      In a previous job we all had to use NeXT's... and all had a builtin microphone... the boss would hold closed door meetings all the time and one of my collegues wanted to know what was going on so as the sysadmin he'd turn on the boss' microphone, send the output over the net to his machine and out his speakers.

      Came in handy when he started talking layoffs :)

  8. A bit OT: The Holy Grail of Interconnectivity by renehollan · · Score: 5, Interesting
    Yup, everything on 100BaseT, or even 1000BaseT (GigE Copper). Sure would simplify home cabling, wouldn't it?

    Ever wire a house for voice, video, data? Well, there's a rather standard way of doing it and it involves two four pair cables (Cat5e, generally, though in the "old" days, if you were penny wise and pound foolish, you'd run one Cat3 and one Cat5, or worse, one quad "Jake" and one Cat3), and two RF cables (RG-6/U, preferably quad-shielded).

    One of the quad-pair is used for data, the other for phone (some of the more complex phone systems actually need all 4 pairs); one of the RF cables is used for distribution from the headend, and the other for modulated distribution back to the headend, to distribute your DVD throughout the house.

    It's supposed to be the most cost-effective way of doing things: cheaper to RF-modulate an analog signal than do real-time MPEG2 encoding to stream over IP, right? Same for the phone stuff, though, as the original query hints, not out of the realm of afordability to do it over IP. And all that cable! Do you know how thick a bundle of 2xCat5e and 2xRG6/U is? About 3/4-7/8 inch. It's a real pain to retrofit into an existing house. Been there, done that. Wireless data networks start to look real attractive.

    Now, you can get products like SpeedWrap that add an extra jacket (and some even include Fibre), which makes deployment a bit easier, but the cable costs about double what individual cables do (still, if you're paying for installation, it can be worth it).

    Yeah, it would be real nice to do it all over IP, and thus, one 100BT or GigE network connection.

    I've often thought of a "per-room" interface box, with network in, and telco, intercom, digital audio, and video outputs and possibly digital audio and video inputs. The idea is to interface to legacy equipment (like standard handsets, intercom speakers, stereos, TV's, etc), with one little wire snaking back to the headend. Computers, of course, connect directly to the network. You might want to splurge and have several nets: entertainment, data, and DMZ data. Such things would be a real hacker's dream to design, build, and deploy.

    The kicker, of course, is cost. A phone and a bit of wire is way cheaper than this kind of tech, which requres, effectively, a fairly powerful computer in each room to be networked. Gigabit ethernet switches don't come cheap. Start running MPEG2 video around your home lan and the ??AAs will be all over you for "infringement". Still, Moore's law being what it is, in about ten years, such things could be made as cheap as doughnuts.

    Yeah, this went off-topic, and didn't provide any tech solutions for IP-intercoms, but it does warrant examing the bigger issue of putting all of a home's digital and digitizable traffic on a LAN.

    --
    You could've hired me.
    1. Re:A bit OT: The Holy Grail of Interconnectivity by systemaster · · Score: 1

      Quad-shield??? why bother..your wasting money for nothing. You can run all the services you want over regular RG6 with a 60% braid. I hate quad-shield.

      --
      LinuxWorx
      Spelling errors are intentional as are gramatical error
    2. Re:A bit OT: The Holy Grail of Interconnectivity by renehollan · · Score: 2
      You, my friend, have never run into the interference emesis of satellite IFs, have you?

      Besides, quad-shield is not that much more than double shielded, and as long as you're hauling cable, might as well.

      --
      You could've hired me.
  9. Simple Solutions by ericski · · Score: 4, Funny

    Either
    1. Get up and go talk to them (unless you have a really big house.

    2. Do what I do. I page my kids via the yell command and they usually reply via the what? response. This isn't always going to work because of collisions, crosstalk, and limited bandwidth but it doesn't cost that much, is cross platform, and very portable.

    1. Re:Simple Solutions by MicklePickle · · Score: 2, Funny

      I use this method as well. However the problem I have with the system is interrupt latency. Quite often interrupt response times could be as high as 1 minute. Even after repeated 'yell' commands, (especially when their faces are glued to the TV).

      Sometimes the 'demand' and 'ultimatum' commands don't even get through.

      Actually the problem could also be due to packet filtering. It is possible that they have a rather neat packet filter that filters out all those commands.

      Oh well...

      --
      -- main(s){printf(s="main(s){printf(s=%c%s%c,34,s,34) ;}",34,s,34);} $p='$p=%c%s%
  10. 15th motha fuckas by Anonymous Coward · · Score: 0

    15th POST!! yay! I feel so special as I should....

  11. XMMS-Shoutcast? by csmiller · · Score: 2, Interesting

    You could use Shoutcast (or other net radio program) as the source, and XMMS on each machine. xmm-shell can be used to stop/start xmms when the stream ends, if the streaming protocols don't support this. I envisage a program than looks for the presence/absence of a file, and then resumes/pauses XMMS appropiatly.

    --
    It has become appallingly obvious that our technology has exceeded our humanity. --- Albert Einstein
  12. Net Meeting by davisshaver · · Score: 1

    I have seen net meeting used for that very purpose about 2 years ago. its already on the comps, so why not try it?

    --
    "What we have here is a failure to communicate"
    The Warden, Cool Hand Luke
  13. Simple solution by Levine · · Score: 2

    Gamers have been using a utility called Roger Wilco for some time to do basically exactly this over the Internet. Windows-only, I think.

    http://rogerwilco.gamespy.com

    levine

  14. Radio Shack by MImeKillEr · · Score: 2

    I don't know if anyone else brought this up, but you can get intercoms at Radio Shack. All you need is a phone jack in each bedroom and a power source. I think they're $50 for two. They also are perfect for doubling as a baby monitor (albeit wired).

    --
    Cruising the internet on my TI-99/4A @ a whopping 300 baud!
  15. Doesn't Yahoo! support this? by Anonymous Coward · · Score: 0

    I can talk and see video of someone 500 miles away with Yahoo! so there is nothing to prevent me from doing the audio only to another room in my house.

  16. Softphones and IM Clients by sigprofilter · · Score: 1

    iptel.org has a pretty comprehensive list of the softphones that are currently available. A number of IM clients (Yahoo, AIM, MSN) also support voice chat, but some of them had trouble going through NAT the last time I checked. The IM clients also require about two or three clicks before you can start talking to each other, so they might not be the easiest solution for intercom usage.