Mercurial > jmeCapture
view divergence/results.txt @ 36:2a525e937d86
still debuging.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 31 Oct 2011 01:21:30 -0700 |
parents | c969b04fa0dc |
children | 094a92b556a2 |
line wrap: on
line source
1 sqr-1khz, a mono 16 bit sound file, diverges at sample 92 haydn, a stereo 16 bit, does not diverge to 350 samples.3 pure, mono 16 bit, diverges at sample 94 sqr-10Hz, a mono 16 bit, diverges at sample 105 sqr-100Hz also diverges at 10.9 calling audioRenderer.updateSourceParams in main update loop doesn't10 change output12 audioRenderer.playSource vs source.play doesn't make a difference with13 pure (and probably doesn't make any difference)16 channel starts at -1, changes to 0 when playing starts, then stays the17 same through divergence.20 surprisingly, supporfEFX doesn't affect anything.23 When things are off, they only appear to be off by one byte. main24 will be at x and aux will be at x+1 or x-1.26 Setting audioNode paramaters changes the severity of the difference27 but not its onset.30 Non-positional sound has no problems.33 Divergence gets worse the longer things run.