summaryrefslogtreecommitdiff
path: root/src/codecs/vorbis.cpp
AgeCommit message (Collapse)Author
2025-01-08Add bitrate infoTom Kirchner
2024-07-22Continue decoding even if OV_HOLE is returnedailurux
2024-05-02Replace cpp::span shim with std::spanjacqueline
2024-02-29Remove unused 'SeekTo' method on codecsjacqueline
2024-02-16Vorbis seeking implailurux
2024-02-16Merge branch 'main' into seek-supportailurux
2024-02-16WIP: Vorbis seekingailurux
2024-02-15Added offset for track seeking, wav impl. only rnailurux
2024-02-14Switch to the lowmem tremor branchjacqueline
in addition to using slightly less memory, this branch also doesn't seem to have the same issues with `-O2` builds that the main branch has.
2024-02-13fix (improve?) libtremor strangenessjacqueline
something fucky
2023-10-28Annotates the kTag with maybe_unused; they're only used for logging.Robin Howard
2023-10-16Fix incorrect track lengthsjacqueline
2023-09-26std::string -> std::pmr::string in psramjacqueline
2023-08-11Implement the easy seeksjacqueline
2023-08-10Reintroduce track timer, now relying more on codecsjacqueline
2023-08-10Use the libspeexdsp resamplerjacqueline
AFAICT it runs a little slower? but it's fixed point, and has much better understood audio characteristics.
2023-08-10Give codecs complete control of their input filesjacqueline
2023-08-09Add vorbis support whilst we're herejacqueline