From 4869862d4a4c416038ebf3b3bc57c0fa7eed0861 Mon Sep 17 00:00:00 2001 From: torben Date: Tue, 3 Mar 2009 02:38:12 +0000 Subject: [PATCH] [alsa-out] this seems okish. tools/.libs/alsa_out -d hw:1 -p128 -n7 -m256 -f1000000 -F4600 -i >alsa_out.dat git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3381 0c269be4-1314-0410-8aa9-9f06e86f4224 --- tools/alsa_out.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/alsa_out.c b/tools/alsa_out.c index c6ded85..497159f 100644 --- a/tools/alsa_out.c +++ b/tools/alsa_out.c @@ -372,7 +372,7 @@ int process (jack_nframes_t nframes, void *arg) { //////////////////////// dd_resample_factor = 0.99 * dd_resample_factor + 0.01 * smooth_offset_differential; - smooth_offset_differential = dd_resample_factor; + //smooth_offset_differential = dd_resample_factor; /////////////////////////////////// old_offset = offset;