feat: narrate published posts - #11
Draft
vincentritter wants to merge 19 commits into
Draft
vincentritter wants to merge 19 commits into
vincentritter wants to merge 19 commits into
Conversation
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.
Agent notes
Wavelength can now record a short narration onto an existing Micro.blog post. Open the post, record from the compact toolbar over the preview, then Save. That upload prepends a hidden
<audio>tag and sends the Micropubaudioproperty, matching how the web app attaches narration.Before Save, Edit opens a clip editor with the same vocabulary as episode recording: waveform, split, delete a piece, record another segment, or import a file. Done applies a local take only. Save on Narrate is the upload. Once a take is live, the header Edit menu covers Retake, Edit Audio, and Delete. Deleting strips the hidden tag and omits the old audio URL so the server cannot re-append it.
Lists follow that model. On Posts, All marks narrated and podcast items. Recordings defaults to All and can filter to Podcasts or Narrations, with timestamps, kind icons, and post summaries on podcasts.
This branch also includes a few supporting changes that landed alongside the feature: post filters in the header (default Podcasts), Record restored as a detached iOS tab, and iOS 27 scene-lifecycle / build fixes.