Skip to content

Commit db62c94

Browse files
authored
Use U instead of SILENCE as default fill phoneme
1 parent 41d37d1 commit db62c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blobopera/command/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class FillPhoneme(str, Enum):
7878
U = "U"
7979

8080

81-
DefaultFillPhoneme = typer.Option(FillPhoneme.SILENCE, case_sensitive=False)
81+
DefaultFillPhoneme = typer.Option(FillPhoneme.U, case_sensitive=False)
8282

8383

8484
class InterfaceTheme(str, Enum):

0 commit comments

Comments
 (0)