Docs: Clarify failure modes for loop commands #10
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
tracks
Relates to audio control, state, or lifecycle management.
Milestone
Currently,
TrackHandle::enable_loop
(anddisable
, etc.) are guaranteed to error on use against a non-seekableInput
. This is implemented as a safety measure, but is not documented (encountered in #9).Docs should be modified to explain this: by clearer commenting, and by ensuring the same guards exist on
Track
s.The text was updated successfully, but these errors were encountered: