summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2019-01-04 17:26:55 +0000
committerMike Brady <mikebrady@eircom.net>2019-01-04 17:26:55 +0000
commit80f15e1f574f060d9f644eef176ecb37d775ddfd (patch)
treeecb7db2917089de09aa42d039a64ebaa10485434 /common.h
parent9552b278b73c07d9bf2121881a8aac971e661fa4 (diff)
clang format
Diffstat (limited to 'common.h')
-rw-r--r--common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/common.h b/common.h
index 4e2fb65..35996fe 100644
--- a/common.h
+++ b/common.h
@@ -168,7 +168,9 @@ typedef struct {
int interface_index; // only valid if the interface string is non-NULL
double audio_backend_buffer_desired_length; // this will be the length in seconds of the
// audio backend buffer -- the DAC buffer for ALSA
- double audio_backend_buffer_interpolation_threshold_in_seconds; // below this, soxr interpolation will not occur -- it'll be basic interpolation instead.
+ double audio_backend_buffer_interpolation_threshold_in_seconds; // below this, soxr interpolation
+ // will not occur -- it'll be
+ // basic interpolation instead.
double audio_backend_latency_offset; // this will be the offset in seconds to compensate for any
// fixed latency there might be in the audio path
double audio_backend_silent_lead_in_time; // the length of the silence that should precede a play.