Skip to content

Fix README: WAV → MP3 output references#16

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/fix-audio-output-to-filepath
Draft

Fix README: WAV → MP3 output references#16
Copilot wants to merge 2 commits intomainfrom
copilot/fix-audio-output-to-filepath

Conversation

Copy link
Contributor

Copilot AI commented Mar 14, 2026

The README inconsistently described the action's output as WAV in several places; the actual binary output from dit-vae is MP3. action.yml and entrypoint.sh were already correct.

Changes

  • README.md — updated all output-side references from WAV to MP3:
    • Tagline: stereo 48 kHz WAV outstereo 48 kHz MP3 out
    • Workflow example: generated_music.wavgenerated_music.mp3
    • understand example path: output.wavoutput.mp3
    • Input table: output_path description and default (output.wavoutput.mp3)
    • Output table: audio_file description
    • How-it-works section: "Moves the output WAV" → "Moves the output MP3"

WAV references in the understand input description are intentionally preserved — the input accepts both MP3 and WAV source files.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: lmangani <1423657+lmangani@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix audio output to return file path instead of AUDIO Fix README: WAV → MP3 output references Mar 14, 2026
Copilot AI requested a review from lmangani March 14, 2026 19:44
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.

2 participants