Am 23.05.21 um 13:03 schrieb John Murphy: > Jack_showtime man page doesn't mention any options available and > the problem I have is the frequency of the lines it outputs. > Has to be a better way.
All that jack_showwtime does is that itt calls jack_transport_query() and formats the returned struct: https://github.com/jackaudio/jack2/blob/develop/example-clients/showtime.c#L36 If you are writing C, why not use the JACK API directly? https://jackaudio.org/api/group__TransportControl.html#ga5f08eb71a5ee5431a3d756af5729d5aa Chris _______________________________________________ Linux-audio-dev mailing list [email protected] https://lists.linuxaudio.org/listinfo/linux-audio-dev
