Conversation
There was a problem hiding this comment.
A few things:
The docs for evaluate sub-commands are missing. These need to be generated.
The transcribe command complains about some JSON error when adding a single WAV file. In the design doc the idea was that it should accept both single files or JSON Lines files if you wanted to send multiple files. As a user, i don't have any idea of what format this command expects and this renders the command useless to me.
The error message after the progress is missing a line break making the whole thing a bit hard to read. Usually the first characters are on the previous line:
d9533d0 to
280d6ed
Compare
280d6ed to
e651d59
Compare
Docs added, single WAV support added, improved progress bar behaviour on error
thisismatu
left a comment
There was a problem hiding this comment.
Looks great, thanks!
The only thing i'm struggling with at the moment is that when transcribing a single file i always get the same Closing file failed: invalid argument error.
./bin/speechly transcribe ./ndgt.wav -a 962f1ea7-9970-47ab-b7e6-bc9c88ed21d0|
Noticed that |
|
As noted in todays demos, instead of printing all the results when using |

No description provided.