Skip to content

Brief pause/hiccup when looping audio #8

@scotthmurray

Description

@scotthmurray

I don't want to push my luck here, but…

Occasionally, there is very brief pause in the audio — perhaps about 0.5 sec. I assume this is occurring when the end of the track is reached, and the app is restarting playback of the track at the beginning.

This break tends to interrupt my focus, somewhat negating the (great!) value of the white noise. So, I don't want to sound ungrateful, but, time and energy permitting, I'd propose stitching this break back together, either by:

  • Modifying the audio track so the end crossfades into the beginning, then eliminating any playback "pause" during the transition, or (if that's not technically possible, given JavaScript's finickiness with audio)…
  • Play two audio tracks/channels at any given time. Play the main audio on channel 1, then, 5-10 seconds before the end, begin playback of the same track, but on channel 2. Fade channel 2 in as channel 1 is faded out. Then, repeat in the opposite direction.

Observed on 1.0.2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions