Browse Source

period time calculation error for 128 samples

pull/450/head
Christoph Kuhr 7 years ago
parent
commit
3b4deed991
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      linux/avb/JackAVBDriver.cpp

+ 1
- 0
linux/avb/JackAVBDriver.cpp View File

@@ -199,6 +199,7 @@ int JackAVBDriver::Read()
int n = 0;
for(n=0; n<ieee1722mc.num_packets; n++){
cumulative_ipg_ns += wait_recv_ts_1722_mediaclockstream( &ieee1722mc, n );
jack_log("duration: %lld", cumulative_ipg_us);
}

//printf("no: %d ipg: %lld ns, period_usec: %lld\n", n, cumulative_ipg_ns, ieee1722mc.period_usecs );fflush(stdout);


Loading…
Cancel
Save