Browse Source

[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
tags/0.117.0
torben 17 years ago
parent
commit
4869862d4a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/alsa_out.c

+ 1
- 1
tools/alsa_out.c View File

@@ -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;



Loading…
Cancel
Save