index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
codecs
/
opus.cpp
Age
Commit message (
Collapse
)
Author
2024-05-02
Replace cpp::span shim with std::span
jacqueline
2024-02-29
Remove unused 'SeekTo' method on codecs
jacqueline
2024-02-16
Opus seeking impl
ailurux
2024-02-15
Added offset for track seeking, wav impl. only rn
ailurux
2023-10-28
Annotates the kTag with maybe_unused; they're only used for logging.
Robin Howard
2023-09-26
std::string -> std::pmr::string in psram
jacqueline
2023-08-11
Implement the easy seeks
jacqueline
2023-08-10
Fix issues with timing stereo streams
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
Use opusfile instead of working directly with ogg and opus
jacqueline
2023-08-09
Add vorbis support whilst we're here
jacqueline
2023-08-08
Add libogg for handling opus streams reasonably
jacqueline
2023-08-08
Flesh out opus decoder. it doesn't work! i hate opus.
jacqueline
2023-08-01
Start on opus decoder structure
jacqueline