diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-09 14:39:40 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-09 14:39:40 +0300 |
| commit | 4b4b3665230faafbd994f09894cb07c8f9d4b359 (patch) | |
| tree | 4d2737404feb4494cf9ae66ae7539e43a2240f12 /internal/version.go | |
| parent | 2e72f367b17c27c93672ec62c9806affbe3c4a55 (diff) | |
Release v0.28.1: convert Gemini TTS mono audio to stereov0.28.1
Duplicate each 16-bit PCM sample into both L/R channels so all
audio output uses both speakers, and retroactively converted the
88 existing card MP3s to stereo via ffmpeg.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'internal/version.go')
| -rw-r--r-- | internal/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go index e6b624a..7f9bfc6 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,3 +1,3 @@ package internal -const Version = "0.28.0" +const Version = "0.28.1" |
