fix typos in comments (#90)
This commit is contained in:
@@ -70,8 +70,10 @@ def get_args():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--wave-filename",
|
"--wave-filename",
|
||||||
type=str,
|
type=str,
|
||||||
help="""Path to the wave filename. Must be 16 kHz,
|
help="""Path to the wave filename.
|
||||||
mono with 16-bit samples""",
|
Should have a single channel with 16-bit samples.
|
||||||
|
It does not need to be 16kHz. It can have any sampling rate.
|
||||||
|
""",
|
||||||
)
|
)
|
||||||
|
|
||||||
return parser.parse_args()
|
return parser.parse_args()
|
||||||
|
|||||||
@@ -23,8 +23,8 @@ https://github.com/k2-fsa/sherpa-onnx/blob/master/sherpa-onnx/csrc/online-websoc
|
|||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import asyncio
|
import asyncio
|
||||||
import time
|
|
||||||
import sys
|
import sys
|
||||||
|
import time
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user