Bottlehead Forum

Other Gear => Digital => Topic started by: Natural Sound on September 05, 2013, 06:19:14 PM

Title: Beagle Bone Black MPD music server
Post by: Natural Sound on September 05, 2013, 06:19:14 PM
This looks like an inexpensive and fun little project for anyone wanting to try out Linux music servers.

http://www.computeraudiophile.com/content/533-geek-speak-how-build-beaglebone-black-mpd-music-server/ (http://www.computeraudiophile.com/content/533-geek-speak-how-build-beaglebone-black-mpd-music-server/)
Title: Re: Beagle Bone Black MPD music server
Post by: John Swenson on September 06, 2013, 07:55:00 PM
I have the original BeagleBone white, which is similar but twice as expensive as the black (they are very similar but with slightly different builtin peripherals). The BB may work great as a server, but is lousy as a player. The USB implementation on these TI ARM chips leaves out of the hardware some important parts of the functionality which have to be implemented in software. When trying to run high speed with a continuous stream (such as UAC2 audio), the poor processor can't keep up and you get clicks and pops.

The BB really shines at low level peripheral connections, it has rows of connectors which contain the low level interfaces to the processor. AND the software contains drivers to talk to those pins! This makes it really easy to talk SPI, or I2C or do direct PWM etc etc. It's more a DIY dream come true than anything else.

John S.