Back to Thinking About Podcasting Studios

Alesis MultiMix 8 USB Podcast setup left side ...

Audio equipment has a special passion for us for some reason. None amongst our numbers are musicians per se, but the interest remains.

As you may know, the Android Buffet podcast is also a project of the Weneca Media Group, the unofficial parent of Gadget Wisdom and a few other sites. Much of our sound equipment collection is based on serving the needs of that podcast…and actually consists of three basic studio models.

  1. The Home Studio – This is a permanent installation…well, as permanent as we get
  2. The Mobile Studio – This is the single-person mobile studio, designed to fit in a carry-on bag.
  3. The SELF Studio – Used only once, at the SouthEast Linux Fest, this was enough equipment to do a multi-person show live.

Everything continues to evolve each time we assemble it for a trip. The requirements we have are simple.

  1. A co-host and/or guest, coming in over the Internet.
  2. A mostly live to tape performance…editing a podcast is a pain…so we quickly gave it up.
  3. Live audio streaming.

Video sounds like a lot of fun, at least as fun as doing audio. However, the amount of work and cost required to do video is exponentially higher for less of a return. Many podcasts do video as merely an extension of audio. You end up with talking heads, which is sometimes interesting, but not quite worth the effort.

Streaming, when coupled with a live chat room, is a great thing. Many shows offer both of these, and it has become essential to our podcast model. We started out hosting ourselves, but now use a third-party Icecast server. It’s running right now, running repeats. Tune in at androidbuffet.com/live.

The issues come in designing the equipment to run this. We tried slaving everything through a single computer, but using an analog mixer meant connections went into the computer and back out again, which was also confusing. So, ideally, each function should have an independent system.

  1. Co-Host/Outside Audio
    • This has been done by a computer of varying processing capabilities as well as an old Android phone.
  2. Streamer
    • There is no Icecast streamer for Android(volunteers to port it, anyone?)
    • Tried using a Raspberry Pi, but there were some issues. Will be revisiting this with the new 512MB Pi.
  3. Recorder
    • This has been another computer, but also a dedicated hardware recorder which supports line-in and records to SD cards for easy and quick editing.

Part of the problem is, of course, Linux. There are some limitations in Linux compatibility and software. But we aren’t changing that, or using a hardware mixer. Everything else is up for grabs.

More specifics to come, but would appreciate suggestions to simplify this, while maintaining the quality and ease of recording.

Shrinking Your Electronics by Thinking Embedded Systems

English: Extract from Raspberry Pi board at Tr...

Electronics are getting smaller.  People don’t have desktops in as large a number as they once did. Many have laptops, netbooks, tablets, etc.

This is an area we’ve been thinking about a lot lately, mostly due to the flood of inexpensive systems on a board, led by the Raspberry Pi. The Pi is a computer the size of a credit card, and the commonly sold version includes RCA video, HDMI video, two USB ports, and an Ethernet Port. The entire assembly is powered by a microUSB charger of the sort bundled with phones and other electronics. The GPU onboard is capable of blu-ray quality playback. There is no built in drive, the OS is loaded off of an SD card. You can hook in a USB drive, but not as a boot drive.

There is a special version of Fedora, Debian, and even an XBMC port to turn the Pi into a full-fledged media center

Now, this won’t be taking the place of a full-fledged PC for many things, but the Pi, and some of the competing devices are perfect for ’embedded system’ type functions.

An embedded system is a computer system designed for specific control functions within a larger system. With something like a Pi, with its pricing, even with the purchase of a case(we mentioned case not included, right?) you can buy multiple Pis and use them to do one thing.

This changes design conceptions a lot. When you are trying to figure out your connected home and life, you can build a Pi to boot, launch a function, and perform it well, just like your cable box(well, like your cable box could be), VoIP phone, etc.

We currently have a quad-core server, that does multiple functions. It does do CPU scaling when idle, but many of the functions could be taken over by a Pi. Using Wake On Lan functionality, the Pi could even wake up the full computer and transfer control to it.

There are a lot of good ideas here. Have a device that does one thing, and nothing else. This would mean incredible long term stability, and because the Pi loads its OS on an SD card, you could have different SD cards to change the Pi’s functionality.

What ideas do you have? We’re just getting started.