schema change

This commit is contained in:
JMARyA 2024-03-06 13:15:41 +01:00
parent 32803e7ed4
commit 312ee9ac7f
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
37 changed files with 147 additions and 57 deletions

View file

@ -1,7 +1,9 @@
---
repo: https://gitlab.xiph.org/xiph/flac
website: https://xiph.org/flac/
obj: codec
website: https://xiph.org/flac
obj: format
mime: "audio/flac"
extension: "flac"
---
# FLAC
FLAC (Free Lossless Audio Codec) is an audio coding format for lossless compression of digital audio, developed by the Xiph.Org Foundation, and is also the name of the free software project producing the FLAC tools, the reference software package that includes a codec implementation. Digital audio compressed by FLAC's algorithm can typically be reduced to between 50 and 70 percent of its original size and decompresses to an identical copy of the original audio data.

View file

@ -1,6 +1,8 @@
---
website: https://opus-codec.org/
obj: codec
website: https://opus-codec.org
obj: format
mime: "audio/opus"
extension: "opus"
---
# Opus

View file

@ -1,5 +1,7 @@
---
obj: codec
obj: format
mime: "audio/wav"
extension: "wav"
---
# WAV