AMIS will sometimes produce a stutter effect when
playing contiguous phrases in a Daisy book.
This bug is due to an error in the Media module, which
reloads the audio file for each phrase request. This
is unintentional, but caused by a file string
comparison failure, which causes the module to believe
that a the phrase-load request references a new file.
Initial attempts to fix this removed the stuttering
issue but introduced new issues surrounding media
playback and tracking pause/play states. The attempted
fix was never released.