speechmatics / speechmatics-rs

Rust crates for interacting with the Speechmatics API
MIT License
9 stars 0 forks source link

Do not print to standard output #11

Closed mpbraendli closed 4 months ago

mpbraendli commented 4 months ago

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

TudorCRL commented 4 months ago

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

mpbraendli commented 4 months ago

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.

TudorCRL commented 4 months ago

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

mpbraendli commented 4 months ago

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

TudorCRL commented 4 months ago

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