Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marty1885/turboqoa

Pure C implementation of realtime, streaming QOA (Quite Ok Audio) codec
https://github.com/marty1885/turboqoa

codec qoa streaming-codec

Last synced: 30 days ago
JSON representation

Pure C implementation of realtime, streaming QOA (Quite Ok Audio) codec

Awesome Lists containing this project

README

        

# TurboQOA

From scrtch, realtime [Quite Ok Audio](https://qoaformat.org/) codec with streaming support written in pure C. I wrote this thing because I don't want to interdace with the complexity of OGG/OPUS and I don't care that much about audio quanlity and/or compression ratio. QOA's 5x compression is good enough.

## Features

* QOA de-/encoder
* **Streaming** support for both de-/encoder
* Soft realtime algorithm design (could be hard realtime if setup right)
* Dependency free

## TODO:

- [x] Flush content on close of encoding