Describe the problem this feature would solve
Toasts don't support audio paths that are full paths like C:/... or F:/..., they only support ms-resource and ms-appx. But the comment on AddAudio doesn't explain this, and it doesn't throw an exception either.
Describe the solution
- Add info to the AddAudio method comment that clarifies what URIs are supported.
- Throw an exception if an invalid URI is added.
Describe alternatives you've considered
Additional context & Screenshots