/
jiteman
/
jsd-foreign-flac
ОбзорДокументацияВойти
/
jiteman
/
jsd-foreign-flac
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
jsd-foreign-flac/
examples/
..
c

has been updated 2025.03.21

год назад
cpp

has been updated 2025.03.21

год назад
CMakeLists.txt

initial commit has been done

2 года назад
Makefile.am

has been updated 2025.03.21

год назад
README

initial commit has been done

2 года назад
README
Here are several small example programs that use the libraries in different
ways.
 
The "c" directory has programs that are all in C and use libFLAC.
 
The "cpp" directory has analogous programs that are all in C++ and use libFLAC++.
 
The programs are:
c/decode/file/ - example_c_decode_file - Simple FLAC file decoder using libFLAC
c/encode/file/ - example_c_encode_file - Simple FLAC file encoder using libFLAC
cpp/decode/file/ - example_cpp_decode_file - Simple FLAC file decoder using libFLAC++
cpp/encode/file/ - example_cpp_encode_file - Simple FLAC file encoder using libFLAC++