|
RawAudioSocket
Speakers running at port 44100 tcp/udp playing raw PCM audio stream
Concept, UserStory, Phase-InProcess User StoryI've got an old box with speakers in my network. Now I need a fast way to transmit sound to this box. I would like to avoid complicated protocols, discovery etc. Plain way to send sound over network, so the box can immediately transmit it to speakers. DetailsAs the system should be as simple as possible, there is no discovery or negotiation. Client sends audio data in raw audio PCM format defined below to explicitly specified server name/IP address. Server plays them immediately, perhaps mixing several streams together. No volume control, no cache control - nothing. Server may have a buffer for gapless playback, but should not cache large amount of data to stop playing almost immediately after transmission stopped. Raw audio socket uses port TCP/UDP port 44100
Raw audio PCM format is defined as:
Remarks
References
Implementations- NONE so far - |