Skip to content

Add MP3 output support via lame encoding#1

Open
mattlockyer wants to merge 1 commit intoNavaneethsen:mainfrom
mattlockyer:feature/mp3-support
Open

Add MP3 output support via lame encoding#1
mattlockyer wants to merge 1 commit intoNavaneethsen:mainfrom
mattlockyer:feature/mp3-support

Conversation

@mattlockyer
Copy link
Copy Markdown

@mattlockyer mattlockyer commented Mar 28, 2026

Summary

  • Default output format changed from WAV to MP3
  • Synthesizes audio to WAV first, then converts to MP3 using lame
  • Prompts user to install lame if not found
  • Adds convenience narrate.sh script for quick usage

Test plan

  • Run with .mp3 output and verify MP3 file is produced
  • Run with .wav output and verify WAV still works
  • Run without lame installed and verify the install prompt appears

Generate MP3 files by default instead of WAV. Synthesizes to WAV first,
then converts using lame. Includes convenience narrate.sh script.
@mattlockyer mattlockyer force-pushed the feature/mp3-support branch from 9aca099 to ba4f72c Compare March 28, 2026 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant