Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marty1885/turboqoa
- Owner: marty1885
- License: 0bsd
- Created: 2024-12-15T14:56:04.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-15T17:19:26.000Z (about 1 month ago)
- Last Synced: 2024-12-15T17:26:06.714Z (about 1 month ago)
- Topics: codec, qoa, streaming-codec
- Language: C
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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