index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
codecs
/
vorbis.cpp
Age
Commit message (
Collapse
)
Author
2024-07-22
Continue decoding even if OV_HOLE is returned
ailurux
2024-05-02
Replace cpp::span shim with std::span
jacqueline
2024-02-29
Remove unused 'SeekTo' method on codecs
jacqueline
2024-02-16
Vorbis seeking impl
ailurux
2024-02-16
Merge branch 'main' into seek-support
ailurux
2024-02-16
WIP: Vorbis seeking
ailurux
2024-02-15
Added offset for track seeking, wav impl. only rn
ailurux
2024-02-14
Switch to the lowmem tremor branch
jacqueline
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-13
fix (improve?) libtremor strangeness
jacqueline
something fucky
2023-10-28
Annotates the kTag with maybe_unused; they're only used for logging.
Robin Howard
2023-10-16
Fix incorrect track lengths
jacqueline
2023-09-26
std::string -> std::pmr::string in psram
jacqueline
2023-08-11
Implement the easy seeks
jacqueline
2023-08-10
Reintroduce track timer, now relying more on codecs
jacqueline
2023-08-10
Use the libspeexdsp resampler
jacqueline
AFAICT it runs a little slower? but it's fixed point, and has much better understood audio characteristics.
2023-08-10
Give codecs complete control of their input files
jacqueline
2023-08-09
Add vorbis support whilst we're here
jacqueline