Mercurial > jmeCapture
view divergence/results.txt @ 39:784a3f4e6202
updating capture-video
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 03 Nov 2011 16:00:46 -0700 |
parents | adeb88787645 |
children |
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.8 calling audioRenderer.updateSourceParams in main update loop doesn't9 change output11 audioRenderer.playSource vs source.play doesn't make a difference with12 pure (and probably doesn't make any difference)15 channel starts at -1, changes to 0 when playing starts, then stays the16 same through divergence.19 surprisingly, supporfEFX doesn't affect anything.22 When things are off, they only appear to be off by one byte. main23 will be at x and aux will be at x+1 or x-1.25 Setting audioNode paramaters changes the severity of the difference26 but not its onset.29 Non-positional sound has no problems.32 Divergence gets worse the longer things run.35 As the sound source moves about the listener in a circle, the sound36 should be at a constant volume, since the distance between the source37 and listener is constant. Instead, the sound varies depending on where38 the thing is in the circle. Main cuts out at around 90degrees, while39 aux cuts out at around 180 degrees.