Skip to content
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

Open
netham45 opened this issue May 16, 2024 · 4 comments
Open

Scream stream mixer+router, python receiver #221

netham45 opened this issue May 16, 2024 · 4 comments

Comments

@netham45
Copy link

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
Copy link
Author

netham45 commented Jun 3, 2024

https://github.com/netham45/screamsender

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

@netham45
Copy link
Author

netham45 commented Jun 9, 2024

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

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

@netham45
Copy link
Author

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
Copy link
Author

netham45 commented Aug 10, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant