Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update infill example to sonic-preview #73

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
infill
  • Loading branch information
boli-bohan committed Jan 23, 2025
commit fb5ee3df554e506b1ac31a7ffd6cc8f6d2d7e348
6 changes: 4 additions & 2 deletions fern/definition/infill.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ service:
docs: |
Generate audio that smoothly connects two existing audio segments. This is useful for inserting new speech between existing speech segments while maintaining natural transitions.

Only the `sonic-preview` model is supported for infill at this time.

At least one of `left_audio` or `right_audio` must be provided.
request:
name: InfillBytesRequest
Expand Down Expand Up @@ -66,7 +68,7 @@ service:
examples:
- name: MP3
request:
model_id[]: sonic-english
model_id[]: sonic-preview
language[]: en
transcript[]: middle segment
voice[id]: 694f9389-aac1-45b6-b726-9d9369183238
Expand All @@ -75,7 +77,7 @@ service:
output_format[bit_rate]: 128000
- name: WAV
request:
model_id[]: sonic-english
model_id[]: sonic-preview
language[]: en
transcript[]: middle segment
voice[id]: 694f9389-aac1-45b6-b726-9d9369183238
Expand Down
Loading