All Projects → creytiv → Rem

creytiv / Rem

Audio and video processing media library

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Rem

Audio
This is a library for declarative use of Web Audio API with Angular
Stars: ✭ 67 (-10.67%)
Mutual labels:  audio
Beep
A little package that brings sound to any Go application. Suitable for playback and audio-processing.
Stars: ✭ 1,168 (+1457.33%)
Mutual labels:  audio
Deprecated Lame Mirror
[DEPRECATED] Old, Semi-official mirror of the CVS repository of the LAME MP3 encoder.
Stars: ✭ 73 (-2.67%)
Mutual labels:  audio
Audioswitch
An Android audio management library for real-time communication apps.
Stars: ✭ 69 (-8%)
Mutual labels:  audio
Bibleify Desktop
🖥️Simple & fast bible app with dramatized audio built with Electron, React, Rematch & Realm
Stars: ✭ 70 (-6.67%)
Mutual labels:  audio
Opus
Modern audio compression for the internet.
Stars: ✭ 1,171 (+1461.33%)
Mutual labels:  audio
Openframeworks
openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
Stars: ✭ 8,652 (+11436%)
Mutual labels:  audio
Soundswitch
C# application to switch default playing device. Download: https://soundswitch.aaflalo.me/
Stars: ✭ 1,190 (+1486.67%)
Mutual labels:  audio
Allegro5
The official Allegro 5 git repository. Pull requests welcome!
Stars: ✭ 1,165 (+1453.33%)
Mutual labels:  audio
Awesome Web Audio
A list of resources and projects to help learn about audio
Stars: ✭ 73 (-2.67%)
Mutual labels:  audio
Androidaudioconverter
Convert audio files inside your Android app easily. Supported formats: AAC, MP3, M4A, WMA, WAV and FLAC.
Stars: ✭ 1,156 (+1441.33%)
Mutual labels:  audio
Commercialdetection
GSOC 2015 project for Red Hen Labs
Stars: ✭ 69 (-8%)
Mutual labels:  audio
Redoflacs
Parallel BASH commandline FLAC compressor, verifier, organizer, analyzer, and retagger
Stars: ✭ 71 (-5.33%)
Mutual labels:  audio
Node Audio
Graph-based audio api for Node.js based on LabSound and JUCE
Stars: ✭ 67 (-10.67%)
Mutual labels:  audio
Ltkdifmu Userscript
No more Audio and Visual ads. Allows AFK, Allows AdBlock, on all radios from AudioAddict including www.di.fm and more.
Stars: ✭ 74 (-1.33%)
Mutual labels:  audio
Audiokit
Swift audio synthesis, processing, & analysis platform for iOS, macOS and tvOS
Stars: ✭ 8,827 (+11669.33%)
Mutual labels:  audio
Dspi
Digital Signal Processing (or Pi). Adventures in making my Raspberry Pi 3 realtime, and running audio DSP.
Stars: ✭ 71 (-5.33%)
Mutual labels:  audio
Agora Miniapp Tutorial
Hello world for Agora SDK running in https://en.wikipedia.org/wiki/WeChat#WeChat_Mini_Program
Stars: ✭ 75 (+0%)
Mutual labels:  audio
Acme.jl
ACME.jl - Analog Circuit Modeling and Emulation for Julia
Stars: ✭ 74 (-1.33%)
Mutual labels:  audio
Modernflyouts
A modern Fluent Design replacement for the old Metro themed flyouts present in Windows.
Stars: ✭ 1,173 (+1464%)
Mutual labels:  audio

librem README

librem is a Audio and video processing media library Copyright (C) 2010 - 2019 Creytiv.com

Build Status

Features

  • Audio buffer
  • Audio sample format conversion
  • Audio file reader/writer
  • Audio mixer
  • Audio resampler
  • Audio tone generator
  • Audio codec (G.711)
  • DTMF decoder
  • Video mixer
  • Video pixel converter
  • FIR-filter

Building

librem is using GNU makefiles, and libre must be installed before building.

Build with default options

$ make
$ sudo make install
$ sudo ldconfig

Documentation

The online documentation generated with doxygen is available in the main website

License

The librem project is using the BSD license.

Contributing

Patches can sent via Github Pull-Requests or to the RE devel mailing-list. Currently we only accept small patches. Please send private feedback to libre [at] creytiv.com

Modules

Audio Modules:

  name:     status:       description:

* aac       unstable      Advanced Audio Coding (AAC)
* au        testing       Base audio types
* aubuf     testing       Audio buffer
* auconv    unstable      Audio sample format conversion
* aufile    testing       Audio file reader/writer
* aumix     unstable      Audio mixer
* auresamp  unstable      Audio resampler
* autone    testing       Tone/DTMF generator
* dtmf      unstable      DTMF decoder
* g711      stable        G.711 audio codec




Video Modules:

  name:     status:       description:

* avc       unstable      Advanced Video Coding (AVC)
* h264      unstable      H.264 header parser
* vid       testing       Base video types
* vidconv   testing       Colorspace conversion and scaling
* vidmix    unstable      Video mixer




Generic modules:

* dsp       testing       DSP routines
* flv       unstable      Flash Video File Format
* fir       unstable      FIR (Finite Impulse Response) filter
* goertzel  unstable      Goertzel Algorithm

Specifications:

  • ITU-T G.711 Appendix I and Appendix II

Supported platforms

Same as libre

Related projects

References

http://creytiv.com/rem.html

https://github.com/creytiv/rem

http://lists.creytiv.com/mailman/listinfo/re-devel

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].