home.social

#netjack — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #netjack, aggregated by home.social.

  1. i just realised that one if more amazing aspects of yesterday's gig was that I was sending audio from my #SuperCollider on my laptop without a soundcard via wired LAN network through #netjack directly to a #JackAudio server running on streaming box where it went into OBS via jack sound input device. it was totally simple to setup. the machines self-discover.

    # main machine with a running jackd:
    $ jack_load netmanager

    # client machine
    $ jackd -d net

    (CW: they use the m/s terminology)