A Blazor WASM application for generating synced .lrc files via the Groq API.
- API key stored in
localStorage. - Transcription via Whisper (Groq).
- Automatic text-to-timestamp alignment.
- Visit the Groq Console.
- Sign in or create an account.
- Go to API Keys and click Create API Key.
- Copy the key and use it in the application.
- Enter your Groq API Key and click Save.
- Select an audio file (mp3, wav, m4a, mp4, webm, etc.).
- Paste lyrics into the text field.
- Click Generate and download the result.
MIT