Skip to content

Commit 9e25c90

Browse files
committed
Do nothing on change of JACK graph order
Resetting the latencies has no real effect because buffer usage is still the same. Clearing the buffers could be an option because the change of graph order calls go after the latency ones but this would have impact on the audio flow.
1 parent 0a34fd9 commit 9e25c90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/jclient.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,7 @@ jclient_jack_freewheel (int starting, void *cb_data)
128128
static int
129129
jclient_jack_graph_order_cb (void *cb_data)
130130
{
131-
struct jclient *jclient = cb_data;
132131
debug_print (1, "JACK calling graph order...");
133-
ow_resampler_reset_latencies (jclient->resampler);
134132
return 0;
135133
}
136134

0 commit comments

Comments
 (0)