Skip to content

This little project is a decoder for FLAC Files written in C++ during my first year of engineering school for fun. It only implements the decoding of binary FLAC files without focusing on the compressing part.

Notifications You must be signed in to change notification settings

TheoBessel/Flacdecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flacdecode

This little project is a decoder for FLAC Files written in C++ during my first year of engineering school for fun. It only implements the decoding of binary FLAC files without focusing on the compressing part which was, not so simple as long as the FLAC encoding is using both big and little endianness depending of the type of header.

For this project I only used the FLAC documentation (available here) which was an extra challenge.

Below there is a little example of the decoding of FLAC metadata header :

Capture_decran_2023-10-16_a_13 02 13

About

This little project is a decoder for FLAC Files written in C++ during my first year of engineering school for fun. It only implements the decoding of binary FLAC files without focusing on the compressing part.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published