forked from TypesettingTools/Aegisub
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…in subtitle grid and audio karaoke
- Loading branch information
Showing
5 changed files
with
37 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"Audio" : { | ||
"Karaoke" : { | ||
"Font Face" : "SF Pro" | ||
}, | ||
"Player" : "@DEFAULT_PLAYER_AUDIO@" | ||
}, | ||
"Subtitle" : { | ||
"Grid" : { | ||
"Font Face" : "SF Pro" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
{ | ||
"Audio" : { | ||
"Player" : "@DEFAULT_PLAYER_AUDIO@", | ||
"Karaoke" : { | ||
"Font Face" : "Noto Sans UI" | ||
}, | ||
"Player" : "@DEFAULT_PLAYER_AUDIO@" | ||
}, | ||
"Subtitle" : { | ||
"Grid" : { | ||
"Font Face" : "Noto Sans UI" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,18 @@ | ||
{ | ||
"Audio" : { | ||
"Karaoke" : { | ||
"Font Face" : "Segoe UI" | ||
}, | ||
"Player" : "DirectSound" | ||
}, | ||
"Provider" : { | ||
"VapourSynth" : { | ||
"Autoload User Plugins": false | ||
} | ||
}, | ||
"Subtitle" : { | ||
"Grid" : { | ||
"Font Face" : "Segoe UI" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters