index
:
totalrecall
main
Tool for the generation of Anki Flash-cards. It's using LLMs to generate voice and image outputs.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
audio
/
provider.go
Age
Commit message (
Expand
)
Author
2026-04-08
config: centralize NanoBanana and audio defaults in defaults.go
Paul Buetow
2026-04-08
refactor: registry pattern for audio and image provider factories
Paul Buetow
2026-04-06
refactor: consolidate provider factory test seams into shared named types
Paul Buetow
2026-04-06
refactor: decompose Processor god object into focused files (SRP)
Paul Buetow
2026-04-02
task zz: add Voices()/BuildAttribution() to Provider interface [OCP]
Paul Buetow
2026-04-02
task 00j: separate OpenAI vs Gemini provider-specific config fields [ISP]
Paul Buetow
2026-04-02
task 00g/00k/00h/008: gofmt, remove ProviderWithFallback, stdlib helpers, sha...
Paul Buetow
2026-04-02
task 00m/00n/00b: remove dead stub, add interface assertions, fix HTTP timeout
Paul Buetow
2026-04-02
Release v0.9.0
v0.9.0
Paul Buetow
2026-04-02
Fix verification gate lint and test issues
Paul Buetow
2026-04-01
Align Gemini audio defaults with TTS API
Paul Buetow
2026-04-01
Fix Gemini audio provider defaults
Paul Buetow
2026-04-01
zg: extract shared audio voice lists
Paul Buetow
2026-04-01
zf: align Gemini TTS default model
Paul Buetow
2026-04-01
zf: fix Gemini provider routing and output validation
Paul Buetow
2026-04-01
zf: add Gemini TTS provider
Paul Buetow
2025-07-22
Remove audio cache feature to simplify codebase and avoid cache-related issues
Paul Buetow
2025-07-19
feat: improve flashcard storage and audio regeneration
v0.6.0
Paul Buetow
2025-07-19
feat: update default voice to alloy with speed 0.98
Paul Buetow
2025-07-16
feat: add Fyne GUI mode with interactive flashcard management
Paul Buetow
2025-07-15
feat: remove espeak, add random voice/style selection, fix punctuation in TTS
Paul Buetow
2025-07-15
feat: add OpenAI gpt-4o-mini-tts support with voice instructions
Paul Buetow
2025-07-15
feat: add OpenAI DALL-E image generation and make OpenAI default
v0.1.0
Paul Buetow
2025-07-14
initial commit
Paul Buetow