mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-15 21:00:42 -07:00
- Updated `.gitignore` to include new build and generated content directories. - Removed outdated Mintlify configuration files and documentation. - Introduced new `MIGRATION.md` to outline the transition from Mintlify to Fumadocs. - Added `mdx-components.tsx` for MDX component configuration and compatibility. - Updated `package.json` and `next.config.mjs` for new dependencies and Next.js configuration. - Created `source.config.ts` for content source configuration. - Added OpenAPI specification in `openapi.json` for API documentation. - Removed legacy files and adjusted project structure to align with Fumadocs conventions.
38 lines
831 B
Plaintext
38 lines
831 B
Plaintext
---
|
|
title: "Building Stories"
|
|
description: "Create multi-voice narratives with the Stories Editor"
|
|
---
|
|
|
|
## Getting Started
|
|
|
|
The Stories Editor is perfect for creating podcasts, audiobooks, and multi-speaker content.
|
|
|
|
<Steps>
|
|
<Step title="Create Story">
|
|
**Stories** → **+ New Story**
|
|
</Step>
|
|
<Step title="Add Tracks">
|
|
Create tracks for each speaker
|
|
</Step>
|
|
<Step title="Add Clips">
|
|
Generate or drag audio to tracks
|
|
</Step>
|
|
<Step title="Arrange">
|
|
Position and trim clips on timeline
|
|
</Step>
|
|
<Step title="Export">
|
|
Render final audio
|
|
</Step>
|
|
</Steps>
|
|
|
|
## Use Cases
|
|
|
|
- Multi-host podcasts
|
|
- Audiobook narration with character voices
|
|
- Game dialogue scenes
|
|
- Educational content with multiple speakers
|
|
|
|
## Coming Soon
|
|
|
|
Full timeline editor documentation will be added as features are finalized.
|