add streaming-server with web client (#164)

* add streaming-server with web client

* small fixes
This commit is contained in:
Fangjun Kuang
2023-05-30 22:46:52 +08:00
committed by GitHub
parent d7114da441
commit 5e2dc5ceea
26 changed files with 2228 additions and 1 deletions

View File

@@ -119,7 +119,9 @@ def get_args():
"--sample-rate",
type=int,
default=16000,
help="Sample rate of the feature extractor. Must match the one expected by the model. Note: The input sound files can have a different sample rate from this argument.",
help="""Sample rate of the feature extractor. Must match the one
expected by the model. Note: The input sound files can have a
different sample rate from this argument.""",
)
parser.add_argument(