1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00
Thomas Goyne 6e5b53d1a9 Move the logic for which AudioProvider to create out of AudioController
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.
2012-12-22 09:30:47 -08:00
..
2012-11-24 10:04:53 -08:00
2012-11-20 19:18:18 -08:00
2012-08-21 07:02:45 -07:00
2012-11-12 18:35:22 -08:00
2012-11-10 18:05:56 -08:00
2012-12-02 13:16:10 -08:00
2012-10-07 09:03:44 -07:00

* To be written.