phoboslab / qoa

The “Quite OK Audio Format” for fast, lossy audio compression
MIT License
751 stars 42 forks source link

Fixed bit-rates? #44

Open ElijahHamilton opened 5 months ago

ElijahHamilton commented 5 months ago

Hi, for the 1-bit version of QOA, is it possible to have a fixed bitrate of 8kbps?

phoboslab commented 5 months ago

QOA always has a fixed bitrate.For the 1-bit variant it's 1-bit per sample. For an 8khz signal that's 8kbps.

ElijahHamilton commented 5 months ago

Oh OK, i'm assuming that qoaconv includes the header bitstream as part of calculating the bitrate?