Skip to content

Commit 8727b1f

Browse files
authored
fix: profanity filter should be off not raw (#71)
1 parent e2bc19b commit 8727b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wyoming_microsoft_stt/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def parse_arguments():
5959
parser.add_argument(
6060
"--profanity",
6161
default="masked",
62-
choices=["masked", "removed", "raw"],
62+
choices=["masked", "removed", "off"],
6363
help="Profanity setting for speech recognition",
6464
)
6565
parser.add_argument("--debug", action="store_true", help="Log DEBUG messages")

0 commit comments

Comments
 (0)