-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
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
Labels
No labels