JACK backend allows to calibrate latency

However, if jackd is running, we should test if jackd is using
a full-duplex device to establish if latency calibration is
possible -- fix 92f54b3e98.
This commit is contained in:
Robin Gareus 2020-09-20 17:07:24 +02:00
parent a4b1277f85
commit 472ce90fab
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -191,7 +191,7 @@ class JACKAudioBackend : public AudioBackend {
return true;
}
bool can_measure_systemic_latency () const {
return false;
return true;
}
int midi_event_get (pframes_t& timestamp, size_t& size, uint8_t const** buf, void* port_buffer, uint32_t event_index);