Skip to content

rafaelcaricio/qoaudio

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

QOA - The Quite Ok Audio Format

This is a pure Rust (zero dependency) implementation of the QOA audio format.

This code is based off the reference C implementation and was written before the release of the specification.

Running the example

cargo run --release --example play --features="rodio" -- fixtures/julien_baker_sprained_ankle.qoa

We need to enable the rodio feature to play the audio. It is not a direct dependency of this crate, but we implement integration with rodio for playback capability.

More audio samples can be found at phoboslab.org/files/qoa-samples.