
- kfiebic commented on jack ruby's instructable Raspberry Pi Music Server With Built-in Crossover and DSP
- kfiebic commented on jack ruby's instructable Raspberry Pi Music Server With Built-in Crossover and DSPView Instructable »
Replaced the Aiwa speakers with a pair of (free from a neighbor on NextDoor app!) Klipsch KSF-10.5 tower speakers with 8" woofer, 8" mid, horn loaded tweeter and re-wired the drivers to bring out the woofer and mid individually. Left the tweeter connected to the factory crossover to protect against damage from inadvertent low frequencies. Asound.conf Crossovers set for 4th order at 300hz and 1900hz. The woofers are tied to the Onkyo Front Left and Front Right channels (these have larger transistors than the surround channels). The mids are tied to the Onkyo Surround Left and Surround Right channels. The tweeters are tied to the Onkyo Surround Back Left and Surround Back Right channels.Am playing music with Mplayer on Pi to the Onkyo TX-SR605 via the HDMI cable. Streaming i…
see more » - kfiebic commented on jack ruby's instructable Raspberry Pi Music Server With Built-in Crossover and DSPView Instructable »
Success! I've got my Aiwa SX-NA702 (3-way speakers, factory paralleled woofer and midrange, with 2.2uF high pass blocking cap on the piezo tweeter) rewired to bring each driver out independently. The Pi is splitting the Low-Mid-High to the appropriate channels on my Onkyo TX-SR605 7.1 AV receiver. Currently rocking out with internet radio streams using mplayer. Still need to install the other music players. Tip - for newbies like me when installing the filters and drivers, you may need to install the programs 'cmake' and 'ccmake'. My raspbian build did not have these pre-installed. Also, if it looks like you are not getting any sound, but everything appears to be installed and connected correctly, try re-booting your Pi. This saved me from giving up and starting over. Also if the…
see more » - kfiebic commented on jack ruby's instructable Raspberry Pi Music Server With Built-in Crossover and DSP
!Success! installing Raspbian-Buster on my old Pi2B+Followed Charlie Laub's instructions linked as posted in this Instructables message thread. In step 5 couldn't get the "sudo build_kernel.sh" to work, but manually stepping through the code from the command line worked fine. Compiling the kernel took less than an hour to compile with -J4 flag enabled. For mplayer to work properly I had to edit the asound.conf to replace the text "hw:0,0" with "hw:0,1" for this work. Took a good while to noodle this out!Now the Pi has a fully functioning Raspbian-Buster graphical interface and I can still SSH in to run mplayer.