kmatheussen / jack_capture

A program for recording soundfiles with jack
http://www.notam02.no/arkiv/src/
Other
75 stars 28 forks source link

jack-transport-multi in not working #34

Closed diegodorado closed 4 years ago

diegodorado commented 4 years ago

the jack-transport-multi option is documented but not being parsed on jack_capture.c Is that right?

kmatheussen commented 4 years ago

Yes. In the documentation, and for "--help", it also says "(not implemented yet)".

kmatheussen commented 4 years ago

Think this workaround should work:

while true ; do jack_capture -jt ; done
diegodorado commented 4 years ago

nice workaround, thanks!