mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
fix func SetBatchSize
This commit is contained in:
parent
cad1979179
commit
cc10d01fd7
@ -55,7 +55,7 @@ namespace funasr {
|
||||
string Rescoring();
|
||||
string GetLang(){return language;};
|
||||
int GetAsrSampleRate() { return asr_sample_rate; };
|
||||
void SetBatchSize(int batch_size) {batch_size_ = batch_size};
|
||||
void SetBatchSize(int batch_size) {batch_size_ = batch_size;};
|
||||
int GetBatchSize() {return batch_size_;};
|
||||
void StartUtterance();
|
||||
void EndUtterance();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user