All Projects → xiph → Opusfile

xiph / Opusfile

Licence: other
Stand-alone decoder library for .opus streams

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Opusfile

Ffmpeg Video Player
An FFmpeg and SDL Tutorial.
Stars: ✭ 149 (+73.26%)
Mutual labels:  decoding, audio
Miniaudio
Single file audio playback and capture library written in C.
Stars: ✭ 1,889 (+2096.51%)
Mutual labels:  decoding, audio
Wav
Battle tested Wav decoder/encoder
Stars: ✭ 139 (+61.63%)
Mutual labels:  audio, decoder
Minimp3
Minimalistic MP3 decoder single header library
Stars: ✭ 898 (+944.19%)
Mutual labels:  audio, decoder
AnimatedGif
📼 A high performance .NET library for reading and creating animated GIFs
Stars: ✭ 106 (+23.26%)
Mutual labels:  decoder, decoding
sms
A Go library for encoding and decoding SMSs
Stars: ✭ 37 (-56.98%)
Mutual labels:  decoder, decoding
Jpsxdec
jPSXdec: cross-platform PlayStation 1 audio and video converter
Stars: ✭ 219 (+154.65%)
Mutual labels:  audio, decoder
CTF-CryptoTool
CTF-CryptoTool is a tool written in python, for breaking crypto text of CTF challenges. It tries to decode the cipher by bruteforcing it with all known cipher decoding methods easily. Also works for the cipher which does not have a key.
Stars: ✭ 38 (-55.81%)
Mutual labels:  decoder, decoding
Flac
Free Lossless Audio Codec
Stars: ✭ 593 (+589.53%)
Mutual labels:  decoding, audio
Faad2
Freeware Advanced Audio (AAC) Decoder faad2 mirror
Stars: ✭ 82 (-4.65%)
Mutual labels:  audio, decoder
Bitmatch
A Rust crate that allows you to match, bind, and pack the individual bits of integers.
Stars: ✭ 82 (-4.65%)
Mutual labels:  decoding
Proxy Audio Device
A virtual audio driver for macOS to sends all audio to another output
Stars: ✭ 81 (-5.81%)
Mutual labels:  audio
Audiokitsynthone
AudioKit Synth One: Open-Source iOS Synthesizer App
Stars: ✭ 1,258 (+1362.79%)
Mutual labels:  audio
Arduino Music Player
MOD/S3M/XM/IT Music Player for Arduino
Stars: ✭ 85 (-1.16%)
Mutual labels:  audio
Vk Audio Token
Library that obtains VK tokens that work for VK audio API. Библиотека для получения токена VK, подходящего для Audio API.
Stars: ✭ 81 (-5.81%)
Mutual labels:  audio
Aurio
Audio Fingerprinting & Retrieval for .NET
Stars: ✭ 84 (-2.33%)
Mutual labels:  audio
Drumbot
Drumbot loves drum machines so much that she made an API dedicated to them. Nothing would make her happier than for you to bring this API to life.
Stars: ✭ 80 (-6.98%)
Mutual labels:  audio
Figaro
Real-time voice-changer for voice-chat, etc. Will support many different voice-filters and features in the future. 🎵
Stars: ✭ 80 (-6.98%)
Mutual labels:  audio
Synstack
Modular soft synth & Forth based VM for audio DSL experiments
Stars: ✭ 79 (-8.14%)
Mutual labels:  audio
Soma Fm Player
This is a Vue.js web application for streaming radio stations from Somafm.com. This app uses the public SomaFM JSON channels API endpoint to pull in a list of stations and makes it easy to switch between stations. This app also uses Three.js and the HTML5 Web Audio Context API to sample audio data and create a visualizer effect for the selected station.
Stars: ✭ 86 (+0%)
Mutual labels:  audio

Opusfile

GitLab Pipeline Status Travis Build Status AppVeyor Build Status

The opusfile and opusurl libraries provide a high-level API for decoding and seeking within .opus files on disk or over http(s).

opusfile depends on libopus and libogg. opusurl depends on opusfile and openssl.

The library is functional, but there are likely issues we didn't find in our own testing. Please give feedback in #opus on irc.freenode.net or at [email protected].

Programming documentation is available in tree and online at https://opus-codec.org/docs/

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