schema change
This commit is contained in:
parent
32803e7ed4
commit
312ee9ac7f
37 changed files with 147 additions and 57 deletions
|
@ -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.
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
website: https://opus-codec.org/
|
||||
obj: codec
|
||||
website: https://opus-codec.org
|
||||
obj: format
|
||||
mime: "audio/opus"
|
||||
extension: "opus"
|
||||
---
|
||||
|
||||
# Opus
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
obj: codec
|
||||
obj: format
|
||||
mime: "audio/wav"
|
||||
extension: "wav"
|
||||
---
|
||||
|
||||
# WAV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue