Skip to content
View KoljaB's full-sized avatar

Block or report KoljaB

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KoljaB/README.md

Hi there! 👋

Welcome to my personal coding playground! I've been fascinated by real-time audio processing and voice technology for years - it's become a hobby of mine. This is where I tinker with ideas, experiment with new approaches, and share what I've learned along the way.

My Weekend Projects & Hobby Code

Over the years, I've built these libraries in my spare time, mostly because I found the problems interesting to solve:

What Gets Me Excited In My Free Time

  • Tinkering with real-time audio processing - there's something satisfying about getting latency just right
  • Playing around with speech recognition and text-to-speech as a personal challenge
  • Learning about GPU acceleration through hands-on experimentation
  • Contributing back to the community that has taught me so much
  • The joy of solving complex technical puzzles in my own time

Current Status

I work on these projects whenever inspiration strikes and I have some time to spare. Always learning something new!

Code shared here reflects my personal interests and experiments. Feel free to use anything that might be helpful for your own projects.

Pinned Loading

  1. RealtimeSTT RealtimeSTT Public

    A robust, efficient, low-latency speech-to-text library with advanced voice activity detection, wake word activation and instant transcription.

    Python 7.4k 597

  2. RealtimeTTS RealtimeTTS Public

    Converts text to speech in realtime

    Python 3.1k 308

  3. RealtimeVoiceChat RealtimeVoiceChat Public

    Have a natural, spoken conversation with AI!

    Python 2.4k 200

  4. Linguflex Linguflex Public

    Command Your World with Voice

    Python 688 64

  5. LocalAIVoiceChat LocalAIVoiceChat Public

    Local AI talk with a custom voice based on Zephyr 7B model. Uses RealtimeSTT with faster_whisper for transcription and RealtimeTTS with Coqui XTTS for synthesis.

    Python 642 70

  6. AIVoiceChat AIVoiceChat Public

    Low latency ai companion voice talk in 60 lines of code using faster_whisper and elevenlabs input streaming

    Python 284 55