Open netham45 opened 6 months ago
https://github.com/netham45/screamsender
This takes PCM stream in over stdin and puts a Scream header on it
https://github.com/netham45/esp32-audiokit-screamreader/
This takes a 16-bit 48kHz stream and plays it out of an esp32 a1s audiokit.
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
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
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