With all due respect to the hackers and makers out there that provide us with all these awesome projects to salivate over, a good deal of them tend to prioritize functionality over aesthetics. Which isn’t a bad thing necessarily, and arguably better than the alternative. But for many people there’s a certain connotation around DIY, an impression that the final product is often a little rough around the edges. It’s usually cheaper, maybe even objectively better, but rarely more attractive.
Which makes builds like this absolutely beautiful 3D printed Bluetooth speaker by [Ahmsville] especially impressive. Not only did he engineer a fantastic sounding speaker that projects stereo sound no matter where you are in the room, he clearly gave a lot of thought into making the final product look as good as it sounds.
The 3D-printed enclosure provides separation for the four internal speakers and two passive radiators, as well as holding the electronics. A custom made 3S battery powers the Bluetooth module though an isolated step-down module, and the twin 18 W TDA2030 amplifiers feed their respective pair of drivers.
The device is surrounded by an impressively detailed 3D-printed mesh, which is then wrapped with some speaker grill fabric to give it a very professional look. In the video after the break, [Ahmsville] shows a time-lapse of building the speaker, as well as a demonstration of how it sounds on his desk.
If you’re more about function than what the finished product looks like, we’ve covered speaker enclosures made out of various types of actual trash which you can take a look at.
Continue reading “Gorgeous Omnidirectional 3D Printed Speaker”







[tomek] was aware of this hip knowledge domain called Digital Signal Processing but hadn’t done any of it themselves. Like many algorithmic problems the first step was to figure out the fastest way to bolt together a prototype to prove a given technique worked. We were as surprised as [tomek] by how simple this turned out to be. Fundamentally it required a single function – cross-correlation – to measure the similarity of two data samples (audio files in this case). And it turns out that
At this point all that was left was packaging it all into a one click tool to listen to the radio without loading an entire analysis package. Conveniently Octave is open source software, so [tomek] was able to dig through its sources until they found the bones of the critical xcorr() function. [tomek] adapted their code to pour the audio into a circular buffer in order to use an existing Java FFT library, and the magic was done. Piping the stream out of ffmpeg and into the ad detector yielded events when the given ad jingle samples were detected.



