-
Notifications
You must be signed in to change notification settings - Fork 21
/
jltcdump.c
875 lines (759 loc) · 23.2 KB
/
jltcdump.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
/* jack linear time code decoder
* Copyright (C) 2006, 2012, 2013 Robin Gareus
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define DEBUG_RS_SIGNAL 1
#define LTC_QUEUE_LEN (42) // should be >> ( max(jack period size) * max-speedup / (duration of LTC-frame) )
#define RBSIZE (256) // should be > ( max(duration of LTC-frame) / min(jack period size) )
// duration of LTC-frame= sample-rate / fps
// min(jack period size) = 16 or 32, usually >=64
#define _GNU_SOURCE
#ifdef WIN32
#include <windows.h>
#include <pthread.h>
#define pthread_t //< override jack.h def
#endif
#include <stdio.h>
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <time.h>
#include <getopt.h>
#include <jack/jack.h>
#include <jack/ringbuffer.h>
#include <sys/mman.h>
#include <ltc.h>
#ifndef WIN32
#include <signal.h>
#include <pthread.h>
#endif
#include "common_ltcdump.h"
#include "ltcframeutil.h"
#include "myclock.h"
static jack_port_t **input_port = NULL;
static jack_default_audio_sample_t **in = NULL;
static jack_client_t *j_client = NULL;
static jack_nframes_t j_latency = 0;
static uint32_t j_samplerate = 48000;
static const double signal_latency = 0.04; // in seconds (avg. w/o jitter)
static int nports = 0;
static LTCDecoder *decoder = NULL;
static volatile ltc_off_t monotonic_fcnt = 0;
jack_ringbuffer_t *rb = NULL;
static pthread_mutex_t ltc_thread_lock = PTHREAD_MUTEX_INITIALIZER;
static pthread_cond_t data_ready = PTHREAD_COND_INITIALIZER;
static FILE *output = NULL;
static char *fileprefix=NULL;
static int use_signals = 0;
static int detect_framerate = 0;
static int fps_locked = 0;
static int fps_num = 25;
static int fps_den = 1;
static float rs_thresh = 0.01;
static float hpf_alpha = 0.6; // = ( 1 + (2*M_Pi * fc / fs) )^-1 ;; fc=cutoff-freq, fs=sampling-frew
static int detected_fps;
static int use_date = 0; // TODO
#ifdef DEBUG_RS_SIGNAL
static int debug_rs = 0;
#endif
/* TODO make a linear buffer of those.
* To allow multiple start/stop events in a single cycle
*/
static volatile struct {
enum {Idle, Starting, Started, Stopped} state;
struct timespec ev_start;
struct timespec ev_end;
ltc_off_t audio_frame_start;
ltc_off_t audio_frame_end;
} event_info;
/* a simple state machine for this client */
static volatile enum {
Init,
Run,
Exit
} client_state = Init;
struct syncInfo {
struct timespec tme;
long long int fcnt;
jack_nframes_t fpp;
};
void timespec_mult (
struct timespec *res,
const struct timespec *val,
const double fact) {
const double sec = (double) val->tv_sec * fact;
const double rem_sec = sec - floor(sec);
const double nsec = val->tv_nsec * fact + 1000000000.0 * rem_sec;
const double rem_ns = nsec - 1000000000.0 * floor(nsec/1000000000.0);
res->tv_sec = floor(sec + nsec / 1000000000.0);
res->tv_nsec = rem_ns;
}
void timespec_add (
struct timespec *res,
const struct timespec *val1,
const struct timespec *val2) {
res->tv_sec = val1->tv_sec + val2->tv_sec;
if (val1->tv_nsec + val2->tv_nsec < 1000000000 ) {
res->tv_nsec = val1->tv_nsec + val2->tv_nsec;
} else {
res->tv_sec++;
res->tv_nsec = val1->tv_nsec + val2->tv_nsec - 1000000000;
}
}
void timespec_sub (
struct timespec *res,
const struct timespec *val1,
const struct timespec *val2) {
res->tv_sec = val1->tv_sec - val2->tv_sec;
if (val1->tv_nsec < val2->tv_nsec) {
res->tv_sec--;
res->tv_nsec = val1->tv_nsec - val2->tv_nsec + 1000000000;
} else {
res->tv_nsec = val1->tv_nsec - val2->tv_nsec;
}
}
void interpolate_tc(struct timespec *result, struct syncInfo *s0, struct syncInfo *s1, ltc_off_t off) {
struct timespec calc;
const double fact = (off - s0->fcnt) / (double) (s1->fcnt - s0->fcnt);
timespec_sub(&calc, &s1->tme, &s0->tme);
timespec_mult(&calc, &calc, fact);
timespec_add(result, &s0->tme, &calc);
}
/**
* cleanup and exit
* call this function only _after_ everything has been initialized!
*/
static void cleanup(int sig) {
if (j_client) {
jack_client_close (j_client);
j_client=NULL;
}
ltc_decoder_free(decoder);
free(in);
free(input_port);
if (rb) jack_ringbuffer_free(rb);
fprintf(stderr, "bye.\n");
}
void event_start (long long int fcnt) {
if (event_info.state != Idle) {
fprintf(stderr, "sig-activate ignored -- not idle\n");
return;
}
my_clock_gettime((struct timespec*) &event_info.ev_start);
event_info.audio_frame_start = fcnt;
event_info.state = Starting;
}
void event_end (long long int fcnt) {
if (event_info.state == Starting) {
event_info.state = Idle;
fprintf(stderr, "sig-end -- flapping (Starting -> Idle)\n");
return;
}
if (event_info.state != Started) {
fprintf(stderr, "sig-end ignore -- not started\n");
return;
}
my_clock_gettime((struct timespec*) &event_info.ev_end);
event_info.audio_frame_end = fcnt;
event_info.state = Stopped;
}
/**
*
*/
static void my_decoder_read(LTCDecoder *d) {
static LTCFrameExt prev_time;
static int frames_in_sequence = 0;
static char *path = NULL;
LTCFrameExt frame;
int avail_tc = jack_ringbuffer_read_space (rb) / sizeof(struct syncInfo);
int processed_tc = 0;
struct syncInfo *tcs = NULL;
if (event_info.state == Idle) {
int i=0;
// read some frames to prevent queue overflow
// but keep some in queue.
int frames_in_queue = ltc_decoder_queue_length(d);
for (i=LTC_QUEUE_LEN/2; i < frames_in_queue; i++) {
SMPTETimecode stime;
ltc_decoder_read(d,&frame);
ltc_frame_to_time(&stime, &frame.ltc, 0);
if (detect_framerate) {
if (detect_fps(&detected_fps, &frame, &stime, output) > 0) fps_locked = 1;
if (fps_locked || !detect_framerate) {
if (detect_discontinuity(&frame, &prev_time, detected_fps, 0, 0)) fps_locked=0;
}
}
memcpy(&prev_time, &frame, sizeof(LTCFrameExt));
}
processed_tc = avail_tc > 8 ? 1 : 0;
goto out; // don't process further
}
if (event_info.state == Stopped) {
// keep processing frames until (frame.off_end > event_info.audio_frame_end)
if (prev_time.off_end > event_info.audio_frame_end) {
event_info.state = Idle;
// close TME file
if (output)
fprintf(output, "#End: sample: %lld tme: %ld.%09ld\n",
event_info.audio_frame_end,
event_info.ev_end.tv_sec, event_info.ev_end.tv_nsec
);
if (fileprefix && output) {
fclose(output);
output=NULL;
if (use_signals && path) {
char *tmp, *nf = strdup(path);
if ((tmp = strrchr(nf, '.'))) {
*tmp='\0';
rename(path, nf);
}
free(nf);
free(path);
path=NULL;
}
}
processed_tc = avail_tc > 8 ? 1 : 0;
goto out; // don't process further
}
}
if (event_info.state == Starting) {
// open new TME file
if (fileprefix && use_signals) {
char tme[16];
struct tm *now;
time_t t = time(NULL);
now = gmtime(&t);
if (path) {
fprintf(stderr, "warning opening new file w/o moving or renaming the previous one.\n");
free(path);
}
strftime(tme, 16, "%Y%m%d-%H%M%S", now);
path = malloc(strlen(fileprefix) + 14 + 16 + 4);
sprintf(path, "%s-%s.tme.XXXXXX.new", fileprefix, tme);
int fd = mkstemps(path,4);
if (fd<0) {
fprintf(stderr, "error opening output file\n");
output = NULL;
free(path);
path=NULL;
}
else {
output = fdopen(fd, "a");
}
}
else if (fileprefix) {
output = fopen(fileprefix, "a");
}
if (output) {
fprintf(output, "#Start: sample: %lld tme: %ld.%09ld\n",
event_info.audio_frame_start,
event_info.ev_start.tv_sec, event_info.ev_start.tv_nsec
);
fflush(output);
}
event_info.state = Started;
frames_in_sequence = 0;
}
tcs = calloc(avail_tc, sizeof (struct syncInfo));
jack_ringbuffer_peek(rb, (void*) tcs, avail_tc * sizeof(struct syncInfo));
while (ltc_decoder_read(d,&frame)) {
SMPTETimecode stime;
ltc_frame_to_time(&stime, &frame.ltc, use_date? LTC_USE_DATE : 0);
if (detect_framerate) {
if (detect_fps(&detected_fps, &frame, &stime, output) > 0) fps_locked = 1;
}
int discontinuity_detected = 0;
if (fps_locked || !detect_framerate) {
discontinuity_detected = detect_discontinuity(&frame, &prev_time, detected_fps, 0, 0);
} else {
memcpy(&prev_time, &frame, sizeof(LTCFrameExt));
}
if (discontinuity_detected) {
fps_locked = 0;
}
if (use_signals) {
// skip frames that are before the start signal
const int rs_timein = .2 * j_samplerate / detected_fps;
if (frame.off_end < event_info.audio_frame_start - rs_timein) continue;
// skip frames that come after the end signal
if (event_info.state == Stopped &&
frame.off_end > event_info.audio_frame_end) continue;
}
/* notify about discontinuities */
if (frames_in_sequence > 0 && discontinuity_detected) {
if (output)
fprintf(output, "#DISCONTINUITY\n");
}
frames_in_sequence++;
#if 1
enum LTC_TV_STANDARD tv_std = LTC_TV_FILM_24;
double apv = j_samplerate / (double)detected_fps;
if (frame.ltc.dfbit) {
apv *= 1000.0/1001.0;
tv_std = LTC_TV_525_60;
} else if (detected_fps == 25) {
tv_std = LTC_TV_625_50;
}
frame.off_start -= ltc_frame_alignment(apv, tv_std);
frame.off_end -= ltc_frame_alignment(apv, tv_std);
#endif
/* the jack-process callback saves the unix-time
* at the time of the process-callback as well as the
* monotonic audio-frame count.
*
* Here, the audio-frame offset of the LTC-frame is
* correlated to the monotonic frame-count and the
* corresponding unix-time is calculated
*/
struct timespec tc_start = {0, 0};
struct timespec tc_end = {0, 0};
int tc_set=0;
int tcl;
for (tcl=0; tcl < avail_tc-1; tcl++) {
if (tcs[tcl].fcnt < frame.off_start) {
processed_tc = tcl;
}
if (tcs[tcl].fcnt < frame.off_start && tcs[tcl+1].fcnt > frame.off_start) {
interpolate_tc(&tc_start, &tcs[tcl], &tcs[tcl+1], frame.off_start);
tc_set|=1;
}
if (tcs[tcl].fcnt < frame.off_end && tcs[tcl+1].fcnt > frame.off_end) {
interpolate_tc(&tc_end, &tcs[tcl], &tcs[tcl+1], frame.off_end);
tc_set|=2;
}
}
if (avail_tc > 1) {
if ((tc_set&1) == 0) {
interpolate_tc(&tc_start, &tcs[processed_tc], &tcs[processed_tc+1], frame.off_start);
}
if ((tc_set&2) == 0) {
interpolate_tc(&tc_end, &tcs[avail_tc-2], &tcs[avail_tc-1], frame.off_end);
}
}
if (output) {
if (use_date)
fprintf(output, "%02d-%02d-%02d ",
stime.years,
stime.months,
stime.days);
else
print_user_bits(output, &frame.ltc);
fprintf(output, "%02d:%02d:%02d%c%02d | %8lld %8lld%s | %lld.%09ld %lld.%09ld | %.1fdB\n",
stime.hours,
stime.mins,
stime.secs,
(frame.ltc.dfbit) ? '.' : ':',
stime.frame,
frame.off_start,
frame.off_end,
frame.reverse ? " R" : " ",
(long long int) tc_start.tv_sec, tc_start.tv_nsec,
(long long int) tc_end.tv_sec, tc_end.tv_nsec,
frame.volume
);
}
}
out:
if (avail_tc > RBSIZE - 16 ) {
processed_tc += avail_tc - (RBSIZE - 16);
}
if (processed_tc > 0) {
jack_ringbuffer_read_advance(rb, processed_tc * sizeof(struct syncInfo));
}
free(tcs);
if (output) {
fflush(output);
}
}
static int parse_ltc(jack_nframes_t nframes, jack_default_audio_sample_t *in, ltc_off_t posinfo) {
jack_nframes_t i;
unsigned char sound[8192];
if (nframes > 8192) return 1;
for (i = 0; i < nframes; i++) {
const int snd=(int)rint((127.0*in[i])+128.0);
sound[i] = (unsigned char) (snd&0xff);
}
ltc_decoder_write(decoder, sound, nframes, posinfo);
return 0;
}
struct RSParser {
float x1; ///< previous sample;
float y1; ///< prev filtered sample;
int snd_cnt;
int lvl;
int state;
int state_timeout;
};
static void parse_rs(jack_nframes_t nframes, jack_default_audio_sample_t *in, ltc_off_t posinfo) {
static struct RSParser rsparser = {0, 0, 0, 1, 0, 0};
static struct RSParser *rsp = & rsparser;
jack_nframes_t s;
#ifdef DEBUG_RS_SIGNAL
float max = 0.0, avg = 0.0;
float avs = 0.0, mis = 1.0, mas = -1.0;
int zts = 0;
#endif
for (s=0; s < nframes; ++s) {
const float y = rsp->y1 + hpf_alpha * ( in[s] - rsp->x1 );
rsp->y1 = y;
rsp->x1 = in[s];
const float y_2 = y*y;
#ifdef DEBUG_RS_SIGNAL
if (y_2 > max) max= y_2;
if (in[s] > mas) mas= in[s];
if (in[s] < mis) mis= in[s];
avg+=y_2;
avs+=in[s];
#endif
/* we expect a square wave with fps as period
* -> two zero transitions per frame
* +- 2%
*/
const int rs_timeout = .53 * j_samplerate / detected_fps;
const int rs_timein = .47 * j_samplerate / detected_fps;
int zerotrans = 0;
if (y_2 > rs_thresh) {
if (rsp->lvl > 0 && y < 0) {
// falling edge -> start
rsp->lvl = -1;
zerotrans = 1;
if (rsp->state == 0 && rsp->state_timeout <= rs_timeout && rsp->state_timeout > rs_timein) {
#ifdef DEBUG_RS_SIGNAL
if (debug_rs)
printf("TS %.4f %.4f %4f t:%d\n", y_2, y , in[s], rsp->state_timeout);
#endif
rsp->state = 1;
event_start(posinfo + s);
}
}
if (rsp->lvl < 0 && y > 0) {
// rising edge
rsp->lvl = 1;
zerotrans = 1;
}
}
if (zerotrans) {
#ifdef DEBUG_RS_SIGNAL
zts++;
#endif
rsp->state_timeout = 0;
} else {
rsp->state_timeout++;
/* we expect two R/S signals per video-frame
* but we should parse a bit further..
*/
if (rsp->state == 1 && rsp->state_timeout > rs_timeout) {
rsp->state = 0;
rsp->lvl = 1;
event_end(posinfo + s /*- rsp->state_timeout*/);
}
}
}
#ifdef DEBUG_RS_SIGNAL
if (debug_rs)
fprintf(stderr, " SQ max: %.5f avg: %.5f | SIG min:%+.4f max: %+.4f avg: %+.4f | zt: %d\n", max, avg/s, mis, mas, avs/s, zts);
#endif
}
/**
* jack audio process callback
*/
int process (jack_nframes_t nframes, void *arg) {
int i;
// save monotonic_fcnt, clock, nframes.
if (jack_ringbuffer_write_space(rb) > sizeof(struct syncInfo) ) {
struct syncInfo si;
si.fpp = nframes;
my_clock_gettime(&si.tme); // may not be RT-safe (depends on kernel&arch)
si.fcnt = monotonic_fcnt - j_latency + jack_frames_since_cycle_start(j_client);
jack_ringbuffer_write(rb, (void *) &si, sizeof(struct syncInfo));
}
for (i=0;i<nports;i++) {
in[i] = jack_port_get_buffer (input_port[i], nframes);
}
parse_ltc(nframes, in[0], monotonic_fcnt - j_latency);
for (i=1;i<nports;i++) {
parse_rs(nframes, in[i], monotonic_fcnt - j_latency);
// TODO check 2nd audio port for event
// call event_start(monotonic_fcnt + offset); // falling edge
// or event_end(monotonic_fcnt + offset); // rising edge
}
monotonic_fcnt += nframes;
if (pthread_mutex_trylock (<c_thread_lock) == 0) {
pthread_cond_signal (&data_ready);
pthread_mutex_unlock (<c_thread_lock);
}
return 0;
}
int jack_latency_cb(void *arg) {
jack_latency_range_t jlty;
if (!input_port) return 0;
jack_port_get_latency_range(input_port[0], JackCaptureLatency, &jlty);
j_latency = jlty.max;
//printf("# port latency: %d\n", j_latency);
return 0;
}
void jack_shutdown (void *arg) {
fprintf(stderr,"recv. shutdown request from jackd.\n");
client_state=Exit;
pthread_cond_signal (&data_ready);
}
/**
* open a client connection to the JACK server
*/
static int init_jack(const char *client_name) {
jack_status_t status;
j_client = jack_client_open (client_name, JackNullOption, &status);
if (j_client == NULL) {
fprintf (stderr, "jack_client_open() failed, status = 0x%2.0x\n", status);
if (status & JackServerFailed) {
fprintf (stderr, "Unable to connect to JACK server\n");
}
return (-1);
}
if (status & JackServerStarted) {
fprintf (stderr, "JACK server started\n");
}
if (status & JackNameNotUnique) {
client_name = jack_get_client_name(j_client);
fprintf (stderr, "jack-client name: `%s'\n", client_name);
}
jack_set_process_callback (j_client, process, 0);
jack_set_graph_order_callback (j_client, jack_latency_cb, NULL);
#ifndef WIN32
jack_on_shutdown (j_client, jack_shutdown, NULL);
#endif
j_samplerate=jack_get_sample_rate (j_client);
return (0);
}
static int jack_portsetup(void) {
/* Allocate data structures that depend on the number of ports. */
int i;
input_port = (jack_port_t **) malloc (sizeof (jack_port_t *) * nports);
in = (jack_default_audio_sample_t **) calloc (nports,sizeof (jack_default_audio_sample_t *));
decoder = ltc_decoder_create(j_samplerate * fps_den / fps_num, LTC_QUEUE_LEN);
for (i = 0; i < nports; i++) {
char name[64];
sprintf (name, "input%d", i+1);
if ((input_port[i] = jack_port_register (j_client, name, JACK_DEFAULT_AUDIO_TYPE, JackPortIsInput, 0)) == 0) {
fprintf (stderr, "cannot register input port \"%s\"!\n", name);
return (-1);
}
}
return (0);
}
static void jack_port_connect(char **jack_port, int argc) {
int i;
for (i=0; i < nports && i < argc; i++) {
if (!jack_port[i]) continue;
if (jack_connect(j_client, jack_port[i], jack_port_name(input_port[i]))) {
fprintf(stderr, "cannot connect port %s to %s\n", jack_port[i], jack_port_name(input_port[i]));
}
}
}
/**
*
*/
static void main_loop(void) {
detected_fps = ceil((double)fps_num/fps_den);
pthread_mutex_lock (<c_thread_lock);
while (client_state != Exit) {
my_decoder_read(decoder);
if (client_state == Exit) break;
pthread_cond_wait (&data_ready, <c_thread_lock);
} /* while running */
pthread_mutex_unlock (<c_thread_lock);
}
void catchsig (int sig) {
#ifndef _WIN32
signal(SIGHUP, catchsig);
#endif
fprintf(stderr,"caught signal - shutting down.\n");
client_state=Exit;
pthread_cond_signal (&data_ready);
}
void sig_ev_start (int sig) {
event_start(monotonic_fcnt - (signal_latency * j_samplerate));
}
void sig_ev_end (int sig) {
event_end(monotonic_fcnt - (signal_latency * j_samplerate));
}
/**************************
* main application code
*/
static struct option const long_options[] =
{
{"help", no_argument, 0, 'h'},
{"output", required_argument, 0, 'o'},
{"highpass", required_argument, 0, 'H'},
{"fps", required_argument, 0, 'f'},
{"detectfps", no_argument, 0, 'F'},
{"runstop", no_argument, 0, 'r'},
{"rsthreshold", required_argument, 0, 'R'},
{"signals", no_argument, 0, 's'},
{"version", no_argument, 0, 'V'},
{NULL, 0, NULL, 0}
};
static void usage (int status) {
printf ("jltcdump - JACK app to parse linear time code.\n\n");
printf ("Usage: jltcdump [ OPTIONS ] [ JACK-PORTS ]\n\n");
printf ("Options:\n\
-f, --fps <num>[/den] set expected [initial] framerate (default 25/1)\n\
-F, --detectfps autodetect framerate from LTC\n\
-H <alpha>\n\
--highpass <alpha> set R/S highpass filter coefficient (dflt 0.6)\n\
-h, --help display this help and exit\n\
-o, --output <path> write to file(s)\n\
-s, --signals start/stop parser using SIGUSR1/SIGUSR2\n\
-r, --runstop parse R/S signal on 2nd channel\n\
-R <float>,\n\
--rsthreshold <float> R/S signal threshold (default 0.01)\n\
-V, --version print version information and exit\n\
\n");
printf ("\n\
If both -s and -o are given, <path> is used a prefix:\n\
The filename will be <path>YYMMDD-HHMMSS.tme.XXXXX .\n\
If only -o is set, <path> is as filename.\n\
\n\
In 'signal' mode, the application starts in 'idle' state\n\
and won't record LTC until it receives SIGUSR1.\n\
\n\
The fps option is only needed to properly track the first LTC frame,\n\
and timecode discontinuity notification.\n\
The LTC-decoder detects and tracks the speed but it takes a few samples\n\
to establish initial synchronization. Setting fps to the expected fps\n\
speeds up the initial sync process. The default is 25/1.\n\
\n");
printf ("Report bugs to Robin Gareus <robin@gareus.org>\n"
"Website and manual: <https://github.com/x42/ltc-tools>\n"
);
exit (status);
}
static int decode_switches (int argc, char **argv) {
int c;
while ((c = getopt_long (argc, argv,
"h" /* help */
"D" /* debug R/S*/
"F" /* detect framerate */
"f:" /* fps */
"H:" /* high-pass */
"o:" /* output-prefix */
"r " /* parse R/S */
"R:" /* R/S signal threshold */
"s" /* signals */
"V", /* version */
long_options, (int *) 0)) != EOF)
{
switch (c)
{
case 'D':
#ifdef DEBUG_RS_SIGNAL
debug_rs=1;
#else
fprintf(stderr, "R/S debugging is not availale in this version");
#endif
break;
case 'f':
{
fps_num = atoi(optarg);
char *tmp = strchr(optarg, '/');
if (tmp) fps_den=atoi(++tmp);
}
break;
case 'F':
detect_framerate = 1;
break;
case 'H':
hpf_alpha = atof(optarg);
if (hpf_alpha < 0.1) hpf_alpha = 0.1;
if (hpf_alpha > 1.0) hpf_alpha = 1.0;
break;
case 'o':
fileprefix = strdup(optarg);
break;
case 'r':
nports = 2;
break;
case 'R':
rs_thresh = atof(optarg);
if (rs_thresh < 0.0) hpf_alpha = 0.0;
if (rs_thresh > 1.0) hpf_alpha = 1.0;
break;
case 's':
use_signals = 1;
break;
case 'V':
printf ("jltcdump version %s\n\n", VERSION);
printf ("Copyright (C) GPL 2006,2012 Robin Gareus <robin@gareus.org>\n");
exit (0);
case 'h':
usage (0);
default:
usage (EXIT_FAILURE);
}
}
return optind;
}
int main (int argc, char **argv) {
int i;
nports = 1; // or 2 -> detect signals
i = decode_switches (argc, argv);
// -=-=-= INITIALIZE =-=-=-
if (init_jack("jltcdump"))
goto out;
if (jack_portsetup())
goto out;
rb = jack_ringbuffer_create(RBSIZE * sizeof(struct syncInfo));
if (mlockall (MCL_CURRENT | MCL_FUTURE)) {
fprintf(stderr, "Warning: Can not lock memory.\n");
}
if (jack_activate (j_client)) {
fprintf (stderr, "cannot activate client.\n");
goto out;
}
jack_port_connect(&(argv[i]), argc-i);
event_info.state = Idle;
#ifndef _WIN32
signal (SIGHUP, catchsig);
signal (SIGINT, catchsig);
if (use_signals) {
signal (SIGUSR1, sig_ev_start);
signal (SIGUSR2, sig_ev_end);
} else
#endif
{
event_info.state = Starting;
}
output = stdout;
if (!fileprefix) {
if (use_date) {
fprintf(output,"## SMPTE | audio-sample-num REV| unix-system-time\n");
fprintf(output,"##time-code | start end ERS| start end \n");
} else {
fprintf(output,"## SMPTE | audio-sample-num REV| unix-system-time\n");
fprintf(output,"##u-bits time-code | start end ERS| start end \n");
}
}
main_loop();
if (!use_signals) {
event_info.state = Stopped;
my_decoder_read(decoder);
}
out:
cleanup(0);
return(0);
}
/* vi:set ts=8 sts=2 sw=2: */