duncanthrax / scream

Virtual network sound card for Microsoft Windows
Microsoft Public License
1.74k stars 147 forks source link

Scream stream mixer+router, python receiver #221

Open netham45 opened 6 months ago

netham45 commented 6 months ago

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 commented 5 months ago

https://github.com/netham45/screamsender

This takes PCM stream in over stdin and puts a Scream header on it

netham45 commented 5 months ago

https://github.com/netham45/esp32-audiokit-screamreader/

This takes a 16-bit 48kHz stream and plays it out of an esp32 a1s audiokit.

netham45 commented 3 months ago

https://github.com/netham45/esp32-scream-receiver esp32/esp32s toslink/usb audio host

https://github.com/netham45/windows-scream-receiver/ Windows receiver that does multichannel/remixing channels

https://github.com/netham45/windows-scream-sender Usermode Scream sender for Windows

netham45 commented 3 months ago

https://github.com/netham45/esp32s-usb-scream-sender

esp32s3 usb sound card to send scream

https://github.com/netham45/screamrouter/blob/main/Readme/raspberry-pi-zero-screamsender.md

raspberry pi zero usb sound card to send scream