summaryrefslogtreecommitdiff
path: root/lib/opusfile/CMakeLists.txt
AgeCommit message (Collapse)Author
2024-02-14Tweak opus build flags and allocsjacqueline
This gets us to ~40% of one core cpu usage during playback. Good enough for a while I reckon! Paid for the internal ram usage by reclaiming some stack size headroom.
2024-02-07put opus' allocations into internal ramjacqueline
it's a pretty chonky codec, but this seems like the best way to tame its performance.
2023-09-04Fix some release build warningsjacqueline
2023-08-09Use opusfile instead of working directly with ogg and opusjacqueline