k2-fsa / sherpa

Speech-to-text server framework with next-gen Kaldi
https://k2-fsa.github.io/sherpa
Apache License 2.0
524 stars 105 forks source link

fix a few scripts for building (issue #290) #296

Closed treya-lin closed 1 year ago

treya-lin commented 1 year ago

This fix is relevant to #290 . Basically it replaced a lot of return {*} with return std::make_tuple() for building.

These changes made building successful under environment:

csukuangfj commented 1 year ago

Thanks for your contribution !