Skip to content

Commit

Permalink
Update infill example to sonic-preview (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
boli-bohan authored Jan 23, 2025
1 parent 3aec914 commit f09bdf2
Showing 1 changed file with 4 additions and 2 deletions.
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

0 comments on commit f09bdf2

Please sign in to comment.