jack_connectd

Simple daemon for connecting and disconnecting ports upon registration for the JACK audio system
Log | Files | Refs | README | LICENSE

config.h (158B)


      1 struct jack_connection_t {
      2 	const char *in;
      3 	const char *out;
      4 };
      5 
      6 struct jack_connection_t auto_connects[] = {
      7 	{"system:capture_1", "system:playback_1"},
      8 };