docs(platform): add Create Voice walkthroughs (Voice Design + PVC); drop Music card#86
docs(platform): add Create Voice walkthroughs (Voice Design + PVC); drop Music card#86LordElf wants to merge 1 commit into
Conversation
…rop Music card
Add end-user how-to walkthroughs for creating a voice in the web app:
- New pages overview/platform/create-voice/{professional-voice-clone,voice-design}.mdx
with step-by-step instructions and screenshots; registered under a new "Create Voice"
nav group (Professional Voice Clone first).
- Surface Professional Voice Clone as a Core feature on the Overview page; retitle the
companion card to "Voice Design".
- Remove the standalone "Music" card from the platform map (Sound Effects kept).
Refinements from a multi-agent doc review (accuracy vs the web app source + screenshots):
- Use the real on-screen label "Type" for the release visibility field.
- Drop the unverified "monthly slots / wait for reset" cadence (the UI exposes only
used/limit and an upgrade-to-continue prompt).
- Document the terminal verification-failed state (model locked, contact support) and the
full set of hub resume states (Draft / Awaiting Release / Trained / Training / Failed).
- Use the full "Generate Samples" button label on the Voice Design page.
- Crop the hub screenshot so it no longer shows commercial-release / revenue-share copy.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (5)
📒 Files selected for processing (5)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughTwo new MDX pages are added under ChangesCreate Voice Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Pull request overview
Adds end-user walkthrough documentation for creating voices in the Fish Audio web app, and updates overview navigation/landing pages to surface the new “Create Voice” section while removing the Music entry.
Changes:
- Added new Create Voice MDX walkthrough pages for Professional Voice Clone and Voice Design.
- Updated Capabilities overview to include Professional Voice Clone (core) and Voice Design (web app), and adjusted “Music & Sound Effects” to “Sound Effects”.
- Updated Platform (Web App) map and docs.json navigation: removed the Music card and added a new “Create Voice” nav group.
Reviewed changes
Copilot reviewed 5 out of 10 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| overview/platform/create-voice/voice-design.mdx | New Voice Design walkthrough (currently contains draft notes + screenshot placeholders). |
| overview/platform/create-voice/professional-voice-clone.mdx | New PVC walkthrough (currently contains draft notes + screenshot placeholders). |
| overview/platform.mdx | Removes Music card from the Platform (Web App) map. |
| overview/capabilities.mdx | Adds Create Voice-related cards; retitles Music/SFX section to Sound Effects. |
| docs.json | Adds “Create Voice” nav group under Platform (Web App). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| {/* | ||
| DRAFT NOTE (remove before publishing): screenshots are placeholders shown as italic lines. | ||
| Capture each on https://fish.audio/app (logged in), save to the path below, then replace the | ||
| italic line with a <Frame>, e.g.: | ||
| <Frame><img src="/images/platform/create-voice/vd-01-describe.png" alt="..." /></Frame> |
| method**, choose **Voice Design**. | ||
|
|
||
| <Frame> | ||
| <img src="/images/platform/create-voice/01-hub.png" alt="The Create Voice hub with the Instant Voice Clone and Voice Design methods" /> |
| Check the cost note (for example, **2000 credits per generation**, or **Free for a limited | ||
| time** during a promotion), then click **Generate Samples**. | ||
|
|
||
| _Screenshot: the description box, starter prompts, and the Generate button._ |
| Click **Select** on the sample you want — it changes to **Selected** — then click | ||
| **Continue**. | ||
|
|
||
| _Screenshot: the two sample cards with one Selected and Continue enabled._ |
| person and complies with Fish Audio's usage policy."*), then click **Create Voice**. Your | ||
| voice is saved and you land on **My Voices**. | ||
|
|
||
| _Screenshot: the Voice Details form with the visibility options and confirmation box._ |
| {/* | ||
| DRAFT NOTE (remove before publishing): two screenshots are still placeholders (italic lines). | ||
| Capture each on https://fish.audio/app (logged in), save to the path below, then replace the | ||
| italic line with a <Frame>, e.g.: | ||
| <Frame><img src="/images/platform/create-voice/pvc-05-preview.png" alt="..." /></Frame> |
| listen. To test your own words, click **Custom preview text**, type a sentence, and click | ||
| **Generate Preview**. | ||
|
|
||
| _Screenshot: the preview samples and the custom preview input._ |
| model."*) and click **Create Voice**. Your professional voice is published and you land on | ||
| its model page. | ||
|
|
||
| _Screenshot: the release form with the confirmation box._ |
What this adds
End-user, no-code walkthroughs for creating a voice in the Fish Audio web app, under a new Create Voice nav group (Platform → Create Voice):
overview/platform/create-voice/professional-voice-clone.mdx) — listed first; upload → analyze → verify → train → preview → release.overview/platform/create-voice/voice-design.mdx) — describe → generate → pick → save.Five screenshots are still italic placeholders, and one needs a recapture:
vd-01-describe.png,vd-02-pick.png,vd-03-details.png(Voice Design steps)pvc-05-preview.png,pvc-06-release.png(PVC steps)pvc-04-training.pngin an English-language clone (currently shows 汉语, inconsistent with the English verification shot above it){/* DRAFT NOTE ... */}comments from both pages once shots are inMulti-agent review (5 dimensions, adversarially verified)
12 findings raised, 11 confirmed. Applied:
used/limit+ an upgrade-to-continue prompt).Rejected with evidence (kept the content):
platform-web/lib/voice-verification-error.ts:26-27); the review searched only i18n JSON.platform-webcheckout predates it.Notes
platform-web(create-voice hub, voice-design wizard, professional-voice-clone flow) + provided screenshots.mint dev.🤖 Generated with Claude Code
Summary by CodeRabbit