Skip to content

Controlling an LED-strip with individually adressable RGB-LEDs using audio analysis.

Notifications You must be signed in to change notification settings

haraldfw/strype

Repository files navigation

See complete configuration on the wiki.

Configuration

To let strype read your audio output you have to set up a loopback interface in alsa.

This is done by enabling the aloop-module in alsa and then telling mopidy to route audio to both your output and your loopback-interface.

ALSA configuration

Enable loopback interface.

modprobe snd-aloop

Mopidy configuration

Tell mopidy to send audio to output (hw:0,0) and loopback (hw:1,0)

[audio]
mixer = alsamixer
output = tee name=t ! queue ! audioresample ! alsasink device="hw:0,0" t. ! queue ! audioresample ! alsasink device="hw:1,0"

About

Controlling an LED-strip with individually adressable RGB-LEDs using audio analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages