-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scream stream mixer+router, python receiver #221
Comments
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 https://github.com/netham45/windows-scream-receiver/ https://github.com/netham45/windows-scream-sender |
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
The text was updated successfully, but these errors were encountered: