We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3435bbe commit 8b8313cCopy full SHA for 8b8313c
src/rcpp_whisper.cpp
@@ -12,7 +12,7 @@ Rcpp::DataFrame whisper_language_info() {
12
for (int i = 0; i <= max_id; ++i) {
13
id.push_back(i);
14
language.push_back(whisper_lang_str(i));
15
- //label.push_back(whisper_lang_str_full(i));
+ label.push_back(whisper_lang_str_full(i));
16
}
17
return Rcpp::DataFrame::create(
18
Rcpp::Named("id") = id,
0 commit comments