mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00

Audio providers should be responsible for determining whether or not they can open a URI, since it's not really possible for anything else to. As such move the (lack of) parsing of dummy audio URIs to DummyAudioProvider, and try to create DummyAudioProviders in AudioProvider::CreateProvider.
* To be written.