Skip to content

chore: update TTS Audio#52

Open
fishaudio-bot wants to merge 1 commit intomainfrom
chore/tts-updates
Open

chore: update TTS Audio#52
fishaudio-bot wants to merge 1 commit intomainfrom
chore/tts-updates

Conversation

@fishaudio-bot
Copy link
Collaborator

@fishaudio-bot fishaudio-bot commented Mar 5, 2026

Auto-generated TTS audio for updated documentation

Summary by CodeRabbit

Release Notes

  • Documentation
    • Updated developer documentation with information about available AI models.
    • Introduced Fish Audio S1 as the recommended latest model for new projects.
    • Added deprecation notices for speech-1.6 and speech-1.5 models, effective February 28, 2026.

@coderabbitai
Copy link

coderabbitai bot commented Mar 5, 2026

📝 Walkthrough

Walkthrough

This PR updates documentation metadata and content: it adds an "Available Models" section recommending Fish Audio S1, marks speech-1.6 and speech-1.5 as deprecated (deprecation date Feb 28, 2026), and adjusts several internal minified-hash comments and minor formatting/spacing in speech-to-text docs.

Changes

Cohort / File(s) Summary
Models / Deprecation doc
developer-guide/models-pricing/deprecations.mdx
Added "Available Models" listing Fish Audio S1; added "Deprecated Models" listing speech-1.6, speech-1.5 with deprecation date Feb 28, 2026; updated internal minified hash comment; minor formatting (blank line before heading).
Core speech doc
developer-guide/core-features/speech-to-text.mdx
Updated internal speak-mintlify hash comment; added a blank line before the "Overview" section (formatting-only).
SDK JS speech doc
developer-guide/sdk-guide/javascript/speech-to-text.mdx
Updated internal speak-mintlify hash comment; added a blank line before "Prerequisites" after AudioTranscript block (formatting-only).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • deprecation notice #43: Edits the same deprecations file to add a "Deprecated Models" section with speech-1.6 and speech-1.5 and the same deprecation date.
  • chore: update TTS Audio #47: Updates the deprecations content and internal minified-hash metadata in the same file.
  • Add/model deprecation3 #51: Coordinates documentation changes promoting Fish Audio S1 and deprecating speech-1.5/speech-1.6.

Suggested reviewers

  • twangodev

Poem

🐰 I hopped through docs to prune and mend,
Old speech models' chapter finds its end.
Fish Audio S1 now hums the tune,
Dewy bytes beneath the moon.
Hooray for cleaner notes — nibble on a rune.

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'chore: update TTS Audio' is vague and generic. It does not clearly indicate what was actually changed—the summary shows documentation updates including deprecation notices and formatting changes across multiple files, not just TTS audio updates. Consider a more specific title such as 'chore: add deprecation notices for legacy speech models' or 'chore: update documentation with Fish Audio S1 as recommended model' to better reflect the actual changes.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/tts-updates

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
developer-guide/models-pricing/deprecations.mdx (1)

52-53: ⚠️ Potential issue | 🟡 Minor

Fix grammatical error in date format.

The dates have an incorrect comma after the month name. "February, 28th, 2026" should be "February 28th, 2026" or "February 28, 2026".

📝 Proposed fix
 ## Deprecated Models
-- **speech-1.6** - Fish Speech v1.6 has been deprecated on February, 28th, 2026
-- **speech-1.5** - Fish Speech v1.5 has been deprecated on February, 28th, 2026
+- **speech-1.6** - Fish Speech v1.6 has been deprecated on February 28th, 2026
+- **speech-1.5** - Fish Speech v1.5 has been deprecated on February 28th, 2026
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@developer-guide/models-pricing/deprecations.mdx` around lines 52 - 53, Update
the two deprecation lines for **speech-1.6** and **speech-1.5** to remove the
erroneous comma after the month—replace "February, 28th, 2026" with a correct
date format such as "February 28th, 2026" (or "February 28, 2026") so both
entries read "Fish Speech v1.6 has been deprecated on February 28th, 2026" and
"Fish Speech v1.5 has been deprecated on February 28th, 2026".
🧹 Nitpick comments (1)
developer-guide/models-pricing/deprecations.mdx (1)

55-57: Consider using second-person voice for consistency.

The guideline specifies using second-person voice ("you") in documentation content. The current phrasing "We strongly recommend using" uses first-person plural.

📝 Suggested rephrasing
 <Note>
-We strongly recommend using **Fish Audio S1** for all new projects to access the latest capabilities and performance improvements.
+For all new projects, you should use **Fish Audio S1** to access the latest capabilities and performance improvements.
 </Note>

As per coding guidelines: "Use second-person voice ("you") in documentation content".

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@developer-guide/models-pricing/deprecations.mdx` around lines 55 - 57, Update
the Note block that currently reads "We strongly recommend using **Fish Audio
S1** for all new projects to access the latest capabilities and performance
improvements." to second-person voice by replacing "We strongly recommend using"
with phrasing like "You should use" or "You should strongly consider using"
(e.g., "You should strongly consider using **Fish Audio S1** for all new
projects to access the latest capabilities and performance improvements.") so
the sentence uses "you" and matches the documentation voice; keep the Note tag
and the product name "**Fish Audio S1**" unchanged.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Outside diff comments:
In `@developer-guide/models-pricing/deprecations.mdx`:
- Around line 52-53: Update the two deprecation lines for **speech-1.6** and
**speech-1.5** to remove the erroneous comma after the month—replace "February,
28th, 2026" with a correct date format such as "February 28th, 2026" (or
"February 28, 2026") so both entries read "Fish Speech v1.6 has been deprecated
on February 28th, 2026" and "Fish Speech v1.5 has been deprecated on February
28th, 2026".

---

Nitpick comments:
In `@developer-guide/models-pricing/deprecations.mdx`:
- Around line 55-57: Update the Note block that currently reads "We strongly
recommend using **Fish Audio S1** for all new projects to access the latest
capabilities and performance improvements." to second-person voice by replacing
"We strongly recommend using" with phrasing like "You should use" or "You should
strongly consider using" (e.g., "You should strongly consider using **Fish Audio
S1** for all new projects to access the latest capabilities and performance
improvements.") so the sentence uses "you" and matches the documentation voice;
keep the Note tag and the product name "**Fish Audio S1**" unchanged.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4813bb6a-f6bd-421e-9c6a-a8afc518c803

📥 Commits

Reviewing files that changed from the base of the PR and between d7040b3 and 8286227.

📒 Files selected for processing (1)
  • developer-guide/models-pricing/deprecations.mdx

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (2)
developer-guide/models-pricing/deprecations.mdx (2)

52-53: ⚠️ Potential issue | 🟡 Minor

Normalize the deprecation date wording.

on February, 28th, 2026 reads awkwardly in docs. Use a standard form like on February 28, 2026 or as of February 28, 2026 for both bullets.

Suggested edit
-- **speech-1.6** - Fish Speech v1.6 has been deprecated on February, 28th, 2026
-- **speech-1.5** - Fish Speech v1.5 has been deprecated on February, 28th, 2026
+- **speech-1.6** - Fish Speech v1.6 was deprecated on February 28, 2026
+- **speech-1.5** - Fish Speech v1.5 was deprecated on February 28, 2026

As per coding guidelines, "Prioritize accuracy and usability of information" and "Match style and formatting of existing pages".

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@developer-guide/models-pricing/deprecations.mdx` around lines 52 - 53, Update
the two deprecation bullets for **speech-1.6** and **speech-1.5** to normalize
the date wording to match the docs style; replace "on February, 28th, 2026" with
a standard form such as "on February 28, 2026" (or "as of February 28, 2026") so
both lines read consistently and correctly.

55-56: ⚠️ Potential issue | 🟡 Minor

Use second-person voice in the note.

We strongly recommend... breaks the docs style rule here. Rewrite it as direct guidance to the reader.

Suggested edit
 <Note>
-We strongly recommend using **Fish Audio S1** for all new projects to access the latest capabilities and performance improvements.
+For new projects, you should use **Fish Audio S1** to access the latest capabilities and performance improvements.
 </Note>

As per coding guidelines, "Use second-person voice ("you") in documentation content".

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@developer-guide/models-pricing/deprecations.mdx` around lines 55 - 56, The
note currently uses third-person phrasing ("We strongly recommend using **Fish
Audio S1** for all new projects…"); change it to second-person imperative
guidance by rewriting the sentence in the Note block to address the reader
directly (for example: "Use **Fish Audio S1** for all new projects to access the
latest capabilities and performance improvements."). Update the Note content so
it uses "you"/imperative voice and maintains the bold product name and
explanation.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Outside diff comments:
In `@developer-guide/models-pricing/deprecations.mdx`:
- Around line 52-53: Update the two deprecation bullets for **speech-1.6** and
**speech-1.5** to normalize the date wording to match the docs style; replace
"on February, 28th, 2026" with a standard form such as "on February 28, 2026"
(or "as of February 28, 2026") so both lines read consistently and correctly.
- Around line 55-56: The note currently uses third-person phrasing ("We strongly
recommend using **Fish Audio S1** for all new projects…"); change it to
second-person imperative guidance by rewriting the sentence in the Note block to
address the reader directly (for example: "Use **Fish Audio S1** for all new
projects to access the latest capabilities and performance improvements.").
Update the Note content so it uses "you"/imperative voice and maintains the bold
product name and explanation.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 3f811a98-1f24-4482-9833-d260fa254d15

📥 Commits

Reviewing files that changed from the base of the PR and between 8286227 and 05094e2.

📒 Files selected for processing (3)
  • developer-guide/core-features/speech-to-text.mdx
  • developer-guide/models-pricing/deprecations.mdx
  • developer-guide/sdk-guide/javascript/speech-to-text.mdx
✅ Files skipped from review due to trivial changes (2)
  • developer-guide/core-features/speech-to-text.mdx
  • developer-guide/sdk-guide/javascript/speech-to-text.mdx

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.

1 participant