scream icon indicating copy to clipboard operation
scream copied to clipboard

Scream stream mixer+router, python receiver

Open netham45 opened this issue 9 months ago • 4 comments

Hey, I wanted to share some things I've created that use Scream.

The first is ScreamRouter, this is a multi-source multi-sink system for controlling where your audio goes, as well as equalization and volume. It uses ffmpeg for mixing and equalization. It sends audio back out as either normal Scream streams or as an HTTP MP3 stream. Unix-like only.

https://github.com/netham45/screamrouter

The second is a basic Python Scream receiver. It's largely untested so far but functional for stereo.

https://github.com/netham45/pyscreamreader

netham45 avatar May 16 '24 09:05 netham45