KoljaB / RealtimeSTT

A robust, efficient, low-latency speech-to-text library with advanced voice activity detection, wake word activation and instant transcription.
MIT License
2.09k stars 190 forks source link

feat: add init_logging option to allow users to use their own logging #73

Closed oddlama closed 1 week ago

oddlama commented 5 months ago

This guards the log initialization behind a new option (defaults to true, so no change for existing users). This allows users of RealtimeSTT to integrate this library into an application that already has a logger set up

KoljaB commented 1 week ago

Thank you!