This website requires JavaScript.
Explore
Help
Register
Sign In
iqbalrifai
/
Aegisub
mirror of
https://github.com/odrling/Aegisub
Watch
1
Star
0
Fork
You've already forked Aegisub
0
Code
Issues
Releases
Wiki
Activity
8566960312
Aegisub
/
aegisub
/
src
/
libresrc
/
default_config_win.json
9 lines
106 B
JSON
Raw
Normal View
History
Unescape
Escape
Add platform-specific default configuration files Default to VSFilter on Windows as libass is still somewhat unstable. Set the default audio player via the platform config file rather than not doing anything with it. Originally committed to SVN as r6664.
2012-04-06 03:55:22 +02:00
{
"Audio"
:
{
"Player"
:
"DirectSound"
}
,
"Subtitle"
:
{
Change the default subtitles provider on Windows to "CSRI/vsfilter_aegisub" Originally committed to SVN as r6701.
2012-04-17 01:54:42 +02:00
"Provider"
:
"CSRI/vsfilter_aegisub"
Add platform-specific default configuration files Default to VSFilter on Windows as libass is still somewhat unstable. Set the default audio player via the platform config file rather than not doing anything with it. Originally committed to SVN as r6664.
2012-04-06 03:55:22 +02:00
}
}