Encodec
From Just Solve the File Format Problem
(Difference between revisions)
(Category:Facebook) |
MihaiPopa7 (Talk | contribs) (→Software: A little bit more info.) |
||
Line 12: | Line 12: | ||
== Software == | == Software == | ||
* [https://github.com/facebookresearch/encodec Encodec at GitHub] | * [https://github.com/facebookresearch/encodec Encodec at GitHub] | ||
− | * Also you can install by typing: <code>pip install encodec</code> | + | * Also you can install (on Python, using "pip") by typing: <code>pip install encodec</code> |
[[Category:Facebook]] | [[Category:Facebook]] |
Latest revision as of 14:53, 26 May 2024
Encodec, also sometimes named as EnCodec is a audio format that uses neural networks to compress audio. It's made by Facebook. Slow to encode and decode, no player available.
[edit] Identification
Apparently Encodec files start with 'E' 'C' 'D' 'C' 0x00 0x00 0x00 0x00
.
[edit] Software
- Encodec at GitHub
- Also you can install (on Python, using "pip") by typing:
pip install encodec