All Projects → yui0 → slibs

yui0 / slibs

Licence: other
Single file libraries for C/C++

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to slibs

aplay-
a simple BitPerfect player
Stars: ✭ 23 (-71.25%)
Mutual labels:  mp4, mp3, aac, flac, m4a
loudgain
ReplayGain 2.0 loudness normalizer based on the EBU R128/ITU BS.1770 standard (-18 LUFS, FLAC, Ogg, MP2, MP3, MP4, M4A, AAC, ALAC, Opus, ASF, WMA, WAV, AIFF, WavPack, APE)
Stars: ✭ 127 (+58.75%)
Mutual labels:  mp4, mp3, aac, flac, m4a
Atldotnet
Fully managed, portable and easy-to-use C# library to read and edit audio data and metadata (tags) from various audio formats, playlists and CUE sheets
Stars: ✭ 180 (+125%)
Mutual labels:  mp4, mp3, aac, flac
Mediafile
A unified reader of metadata from audio & video files.
Stars: ✭ 138 (+72.5%)
Mutual labels:  mp4, mp3, aac, flac
libwinmedia
[Archived] A cross-platform simple media playback library for C/C++.
Stars: ✭ 35 (-56.25%)
Mutual labels:  mp3, aac, flac, m4a
Symphonia
Pure Rust multimedia format demuxing, tag reading, and audio decoding library
Stars: ✭ 191 (+138.75%)
Mutual labels:  mp4, mp3, aac, flac
audio-metadata
A library for reading and, in the future, writing audio metadata. https://audio-metadata.readthedocs.io/
Stars: ✭ 41 (-48.75%)
Mutual labels:  mp4, mp3, flac, m4a
Gogglesmm
Goggles Music Manager
Stars: ✭ 41 (-48.75%)
Mutual labels:  mp4, mp3, aac, flac
Av Converter
[av-converter.com] Audio and Video Converter, and YouTube downloader. Convert to MP3, MP4, AAC, FLAC, AC3, WAV, etc.
Stars: ✭ 97 (+21.25%)
Mutual labels:  mp4, mp3, aac, flac
Axiom
An FFmpeg GUI for Windows
Stars: ✭ 560 (+600%)
Mutual labels:  mp4, mp3, flac
Music Metadata
Stream and file based music metadata parser for node. Supporting a wide range of audio and tag formats.
Stars: ✭ 455 (+468.75%)
Mutual labels:  mp4, mp3, flac
audio-tag-analyzer
Extracts metadata music metadata found in audio files
Stars: ✭ 18 (-77.5%)
Mutual labels:  mp3, flac, m4a
Tag
ID3, MP4 and OGG/FLAC metadata parsing in Go
Stars: ✭ 314 (+292.5%)
Mutual labels:  mp4, mp3, flac
Mutagen
Python module for handling audio metadata
Stars: ✭ 760 (+850%)
Mutual labels:  mp4, mp3, flac
Ni Media
NI Media is a C++ library for reading and writing audio streams.
Stars: ✭ 158 (+97.5%)
Mutual labels:  mp4, mp3, flac
nipper
🌶 💽 Nipper - Youtube playlist (& video) ripper
Stars: ✭ 23 (-71.25%)
Mutual labels:  mp4, mp3, aac
Audio Steganography Algorithms
A Library of Audio Steganography & Watermarking Algorithms
Stars: ✭ 146 (+82.5%)
Mutual labels:  mp3, aac, flac
Flacon
Audio File Encoder. Extracts audio tracks from an audio CD image to separate tracks.
Stars: ✭ 252 (+215%)
Mutual labels:  mp3, aac, flac
Audioplayer
Audio Player for Nextcloud and ownCloud
Stars: ✭ 179 (+123.75%)
Mutual labels:  mp4, mp3, flac
Tageditor
A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska
Stars: ✭ 229 (+186.25%)
Mutual labels:  mp4, aac, flac

slibs

Single file libraries for C/C++.

library category LoC license description
alsa.h audio 138 public domain ALSA [ref: https://github.com/yui0/aplay-]
uaac.h audio 13438 RPSL AAC audio decoder [ref: https://github.com/yui0/aplay-]
uflac_enc.h audio 2843 LGPL-2.1 FLAC audio encoder based on Flake
wav.h audio 61 public domain Wave format [ref: https://github.com/yui0/aplay-]
wave.h audio 304 public domain utility for wave format
minimp3.h audio 2671 LGPL MP3 decoder [http://www.murga-linux.com/puppy/viewtopic.php?t=59417]
v4l2.h video 614 public domain video for linux
mp4parser.h video 6015 LGPL-3.0 mp4 parser
jo_mpeg.h video 317 public domain MPEG1/2 encoder [http://www.jonolick.com/home/mpeg-video-writer]
imgp.h image 441 public domain mini image processing library
potracelib.h image 2466 GPL Transforming bitmaps into vector graphics [http://potrace.sourceforge.net/, Document, Example]
pssub.h image 25689 unknown Postscript library
svg.h image 21735 Apache-2.0 SVG library
fft.h math 2244 public domain Fast Fourier Transform
ifft.h math 19875 unknown Fixed-point in-place Fast Fourier Transform
fmath.h math 142 public domain Fast math library
random.h math 33 public domain XOR128 random function
sgemm_sse.h math 451 public domain Fast GEMM function for SSE [ref: https://github.com/yui0/ugemm]
sgemm_ocl.h GPGPU/math 662 public domain Fast GEMM function for OpenCL [ref: https://github.com/yui0/ugemm]
sgemm_gl.h GPGPU/math 110 public domain Fast GEMM function for OpenGL4 [ref: https://github.com/yui0/ugemm]
gpgpu_glsl.h GPGPU 399 public domain GLSL frameworks [ref: https://github.com/yui0/waifu2x-glsl]
gpgpu_gl4.h GPGPU 170 public domain OpenGL compute shader frameworks [ref: https://github.com/yui0/waifu2x-glsl]
ocl.h GPGPU 190 public domain OpenCL frameworks [ref: https://github.com/yui0/waifu2x-ocl]
clock.h utils 31 public domain clock function for linux [ref: https://github.com/yui0/waifu2x-glsl]
kbhit.h utils 64 public domain kbhit function for linux [ref: https://github.com/yui0/aplay-]
ls.h utils 155 public domain making list of files and directories [ref: https://github.com/yui0/aplay-]
mcurses.h utils 1481 GPL-2 "mcurses" is a minimized version of programming library ncurses [ref: https://github.com/yui0/aplay-]
csv.h utils 77 public domain CSV file parser
ini.h utils 250 BSD ini file parser
parg.h utils 551 CC0 Parser for argv that works similarly to getopt [https://github.com/jibsen/parg]
parson.h utils 2239 MIT Lightweight JSON library [https://github.com/kgabis/parson]
termbox.h utils 1719 MIT Library for writing text-based user interfaces [https://github.com/nsf/termbox]

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].