5 minute rc hack to stream audio on 9front.
uses oggenc/oggdec, so you could stream between operating systems.
e.g stream sound from your linux server to your 9 terminal.
pipe some pcm into transmit.
argument is the dialstring to pass to trampoline.
(the host to dial, for example udp!192.168.0.2!9999)
receive needs to be run with aux/listen1.
it decodes the ogg stream and writes it to /dev/audio.
oggenc + oggdec should probably have their options tweaked for a better experience.
Last 5 commits (shortlog)
Date | Author | Short message | Commit hash |
---|---|---|---|
2021-02-23 | james | udp in example. probably what you want streaming audio | 425a065a8a3eea56730312b1300b7a761cad423a |
2021-02-23 | james | "readme | 8dde97fafa39969ed404c60be18a8deadb779082 |
2021-02-23 | james | "init" | ded3652fcdad4f5f0b121964b57b1dfc7579776f |
README receive transmit