Skip to content

Commit 32c1ad4

Browse files
Add missing extensions for stimulus files
1 parent 5130af9 commit 32c1ad4

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

src/schema/objects/extensions.yaml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,61 @@ txt:
293293
A free-form text file.
294294
295295
Tab-delimited files should have the `.tsv` extension rather than a `.txt` extension.
296+
wav:
297+
value: .wav
298+
display_name: Waveform Audio File Format
299+
description: |
300+
A digital audio file format.
301+
mp3:
302+
value: .mp3
303+
display_name: MPEG Audio Layer III
304+
description: |
305+
A digital audio file format.
306+
aac:
307+
value: .aac
308+
display_name: Advanced Audio Coding
309+
description: |
310+
A digital audio file format.
311+
ogg:
312+
value: .ogg
313+
display_name: Ogg Vorbis
314+
description: |
315+
A digital audio file format.
316+
svg:
317+
value: .svg
318+
display_name: Scalable Vector Graphics
319+
description: |
320+
A vector graphics file format.
321+
webp:
322+
value: .webp
323+
display_name: WebP
324+
description: |
325+
A modern image file format.
326+
tiff:
327+
value: .tiff
328+
display_name: Tagged Image File Format
329+
description: |
330+
A raster graphics file format.
331+
mp4:
332+
value: .mp4
333+
display_name: MPEG-4 Part 14
334+
description: |
335+
A digital video file format.
336+
avi:
337+
value: .avi
338+
display_name: Audio Video Interleave
339+
description: |
340+
A digital video file format.
341+
mkv:
342+
value: .mkv
343+
display_name: Matroska Video
344+
description: |
345+
A digital video file format.
346+
webm:
347+
value: .webm
348+
display_name: WebM
349+
description: |
350+
A digital video file format.
296351
vhdr:
297352
value: .vhdr
298353
display_name: BrainVision Text Header

0 commit comments

Comments
 (0)