Skip to content

Commit

Permalink
Merge pull request #10 from Beatoven/add-aac
Browse files Browse the repository at this point in the history
Add aac as file format
  • Loading branch information
Sangarshanan authored Oct 29, 2024
2 parents fd4f951 + a6de4b0 commit 44054fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Once a track has been initialized, you can use the track ID and compose API to c

**Description**

- `format`: format of the generated assets. Can be chosen between `mp3` and `wav`. Default is `wav`
- `format`: format of the generated assets. Can be chosen as `mp3`, `aac` and `wav`. Default is `wav`
- `looping`: control the extent of looping in the track. Set `true` for higher amount of looping. The default value is `false`

### Response
Expand Down

0 comments on commit 44054fa

Please sign in to comment.