summaryrefslogtreecommitdiff
path: root/lib/opusfile
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-14put the big opus alloc back into spiramjacqueline
it's not clear to me that it helps *that* much, since the ogg allocs are in internal ram anyway, and the memory pressure is just a bit much
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