Skip to content

Releases: richiejp/VoxInput

v0.5.0 Status GUI

16 Jul 09:37

Choose a tag to compare

This is the first release to include a GUI. Presently it just shows a system tray icon and displays when recording has started or stopped when using the realtime API. This provides visual feedback as to whether VoxInput is active and responding to input.

It doesn't yet show when VAD detects speech, this requires enhancements to LocalAI.

What else has Changed

  • chore(deps): Bump github.com/sashabaranov/go-openai from 1.40.1 to 1.40.3 by @dependabot[bot] in #7
  • chore(deps): Bump github.com/sashabaranov/go-openai from 1.40.3 to 1.40.5 by @dependabot[bot] in #8

Full Changelog: v0.4.0...v0.5.0

Realtime Transcription

17 Jun 13:35

Choose a tag to compare

This release takes advantage of LocalAI's yet-to-be-released realtime voice transcription. With this the hot key now turns on Voice Audio Detection which begins recording when speech is detected and transcribes the text when a pause is detected.

Breaking changes

  • RT transcription is the default (see README for how to disable)
  • RT transcription will require LocalAI version >v2.29.0 (presently it just works with master)
  • RT transcription requires a new environment var to be set (see README)

What's Changed

  • feat: Add realtime audio transcription by @richiejp in #2
  • chore/feat: Add various options, including model and timeout by @richiejp in #4
  • chore(deps): Bump github.com/sashabaranov/go-openai from 1.32.0 to 1.40.1 by @dependabot in #5

Full Changelog: v0.3.0...v0.4.0

v0.3.0

12 May 07:22

Choose a tag to compare

Essentially the initial release, but with version command and fixes for releases themselves.

v0.2.0

11 May 10:27

Choose a tag to compare

Prepare for distribution

Full Changelog: v0.1.0...v0.2.0

v0.1.0

11 May 10:23

Choose a tag to compare

First release implementing basic functionality.

Full Changelog: https://github.com/richiejp/VoxInput/commits/v0.1.0