fix func SetBatchSize

This commit is contained in:
雾聪 2024-03-29 17:01:28 +08:00
parent cad1979179
commit cc10d01fd7

View File

@ -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();