speechmatics/speechmatics-rs

Do not print to standard output

Closed this issue · 5 comments

Hello,

My application outputs raw audio data in a shell pipeline.

Describe the bug
/src/realtime/mod.rs calls println! several times, which breaks applications that output data to standard output.

Expected behavior
All debug output should go to standard error with eprintln!

Cheers

@mpbraendli Thanks for raising the issue. This should be fixed in v0.3.3 now

Thanks a lot for the quick fix!

FYI, I was able to quickly integrate realtime transcription into our application thanks to your library, very happy about it.

Great, good to hear! Let us know if you have any other issues or feedback on the SDK and product, we're always keen for feedback

Thank. When will 0.3.3 arrive in https://crates.io/crates/speechmatics ?

Apologies, I hadn't realised the release action failed, I've pushed a fix so hopefully that'll come through in the next five minutes or so