Skip to content

Commit

Permalink
chore(project): missing .ogg in io set definition
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Nov 12, 2024
1 parent 361dd37 commit 1464d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/assets/src/lib/schemata/inputs_outputs.set.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"inputs": {
"name": "audio with optional transcript",
"name": "one audio file and one optional transcript",
"description": "One audio file (*.wav / *.ogg / *.mp3 / *.flac / *.m4a) and one optional transcript file.",
"combine": {
"type": "and",
Expand All @@ -17,7 +17,7 @@
},
{
"size": "<= 100MB",
"extension": [".mp3", ".m4a", ".mp3", ".flac"]
"extension": [".mp3", ".m4a", ".flac", ".ogg"]
}
]
},
Expand Down

0 comments on commit 1464d1e

Please sign in to comment.