v0.3.1
🎵 EchoWave v0.3.1
What's New
- Latest improvements and bug fixes
- Enhanced audio transcription with OpenAI Whisper
- Part of the better-lyrics ecosystem
Installation
Install Script
curl -sSL https://raw.githubusercontent.com/boidushya/echowave/main/install.sh | bashManual Installation
- Download the appropriate binary for your platform
- Extract the archive
- Move the binary to a directory in your PATH
Quick Start
# Transcribe YouTube video
echowave https://youtube.com/watch?v=xyz
# Transcribe local audio
echowave audio.mp3Requirements
- ffmpeg
- openai-whisper
- yt-dlp (for YouTube downloads)
EchoWave will check for these dependencies and provide installation instructions if needed.