Clone
clone: git://shithub.us/foura/netaudio gits://shithub.us/foura/netaudio
push: hjgit://shithub.us/foura/netaudio
patches to: foura@biobuf.link
Last commit
425a065a
– james
– 2021-02-22T19:18:16-05:00
udp in example. probably what you want streaming audio
About
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.