Problem
if you doesn't implement PlaybackError with AddHandler or subclass you cannot know
if the load file are OK
Proposed Solution
AudioPlayer.LoadFile(path as string) As Boolean
return true if loading are OK elsewhere false
Example Workflow
Alternatives Considered
Who Would This Help?