Skip to content

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 06 Jul 09:32
· 1 commit to main since this release

🎵 EchoWave v0.3.3

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 | bash

Manual Installation

  1. Download the appropriate binary for your platform
  2. Extract the archive
  3. 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.mp3

Requirements

  • ffmpeg
  • openai-whisper
  • yt-dlp (for YouTube downloads)

EchoWave will check for these dependencies and provide installation instructions if needed.