Skip to content

Releases: richiejp/VoxInput

v0.8.0 Transcribe monitor output

11 Dec 15:17

Choose a tag to compare

You can now transcribe any audio that is playing by selecting the audio device. You can also direct output to a file rather than the keyboard.

What's Changed

  • chore(deps): Bump DeterminateSystems/determinate-nix-action from 3.11.3 to 3.12.0 by @dependabot[bot] in #28
  • chore(deps): Bump fyne.io/fyne/v2 from 2.6.3 to 2.7.0 by @dependabot[bot] in #27
  • chore(deps): Bump DeterminateSystems/determinate-nix-action from 3.12.0 to 3.13.0 by @dependabot[bot] in #29
  • chore(deps): Bump DeterminateSystems/determinate-nix-action from 3.13.0 to 3.13.2 by @dependabot[bot] in #32
  • Document LocalAI quick start in README by @Mathnerd314 in #33
  • chore(deps): Bump actions/checkout from 5 to 6 by @dependabot[bot] in #31
  • chore(deps): Bump fyne.io/fyne/v2 from 2.7.0 to 2.7.1 by @dependabot[bot] in #30
  • feat: Transcribe output from audio devices to keyboard or a file by @richiejp in #34

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

16 Oct 15:03

Choose a tag to compare

This release fixes RT OpenAI support and adds two new commands thanks to @bjesus

New commands:

  • status
  • toggle

What's Changed

  • Fix README.md by @bjesus in #21
  • fix: Add transcription session created event by @richiejp in #23
  • chore(deps): Bump DeterminateSystems/determinate-nix-action from 3.11.2 to 3.11.3 by @dependabot[bot] in #24
  • Fix for #25 and new subcommands by @bjesus in #26

New Contributors

Full Changelog: v0.6.4...v0.7.0

v0.6.4

26 Sep 09:52

Choose a tag to compare

What's Changed

  • chore(deps): Bump github.com/sashabaranov/go-openai from 1.41.1 to 1.41.2 by @dependabot[bot] in #19
  • chore(deps): Bump github.com/gen2brain/malgo from 0.11.23 to 0.11.24 by @dependabot[bot] in #20

Full Changelog: v0.6.3...v0.6.4

v0.6.3

05 Sep 10:52

Choose a tag to compare

This release just fixes the version number.

v0.6.2

27 Aug 12:48

Choose a tag to compare

What's Changed

  • Update flake.lock
  • chore(deps): Bump github.com/sashabaranov/go-openai from 1.41.0 to 1.41.1 by @dependabot[bot] in #15
  • chore(deps): Bump fyne.io/fyne/v2 from 2.6.2 to 2.6.3 by @dependabot[bot] in #14

Full Changelog: v0.6.1...v0.6.2

v0.6.1

15 Aug 10:01

Choose a tag to compare

What's Changed

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

Full Changelog: v0.6.0...v0.6.1

v0.6.0 Recording Activated

06 Aug 16:07

Choose a tag to compare

This release syncs the Nix Flake (I missed v0.5.0) and adds support for the session started event which the GUI uses to notify that VAD is now available.

What's 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
  • Add GUI that shows when recording is activated by @richiejp in #9
  • chore(deps): Bump fyne.io/fyne/v2 from 2.6.1 to 2.6.2 by @dependabot[bot] in #11

Full Changelog: v0.4.0...v0.6.0

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.