feat: Export Audio — render resynthesis to AIFF, WAV, FLAC, Ogg, AAC/ALAC - #2
Merged
Conversation
Adds File → Export → Export Audio… — renders the current resynthesis (mute/solo state respected) to AIFF, WAV, FLAC, Ogg Vorbis, or AAC/ALAC (macOS only) via a tabbed dialog matching the app's existing SideTabBar visual style. - AudioExporter: stateless offline renderer using a fresh PartialSynth; honours mute and solo flags, outputs at full amplitude (no monitor gain) - AudioExportDialog: horizontal manila-folder tab strip with per-format option panels (bit depth, compression, quality, bitrate) and a sample-rate selector - PartialSynth::setProject now takes const Project* (no mutation) - Manual § 11.7 documents the dialog, format options, and macOS note
- Retake S-06_sub_menu.png to show Export Audio at top of submenu - Add §11.7 Export Audio with four dialog screenshots (AIFF, FLAC, Ogg, AAC/ALAC tabs) - Update §11 intro to distinguish audio export from symbolic data formats and clarify solo behaviour - Remove stray section divider between §11.6 and §11.7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AudioExporter: stateless offline renderer; creates a freshPartialSynth, renders in 4096-sample blocks viajuce::AudioFormatWriter, honours mute and solo flags at render timeAudioExportDialog: horizontal tab strip with per-tab option panels (bit depth, compression, quality, bitrate) and a sample-rate selector; launched viaDialogWindow::LaunchOptionsPartialSynth::setProjecttightened toconst Project*(synth never mutates the project)Test plan
ffprobe