index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
codecs
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2025-03-13
Add WavPack support
ayumi
2024-05-16
Add a 'decoder' for streams already in our native format
jacqueline
2024-05-02
Replace cpp::span shim with std::span
jacqueline
2024-02-29
Use drflac instead of miniflac
jacqueline
2024-02-22
WIP: Flac not working-- coming back to this later
ailurux
2024-01-18
on second thought, let's not violate patents. 'tis a silly system.
jacqueline
2024-01-11
wav-codec (#13)
ailurux
2024-01-10
Add faad2 for aac decoding
jacqueline
2023-12-19
Add dither when requantising >16 bit samples
jacqueline
2023-12-19
replace foxenflac with miniflac
jacqueline
2023-09-26
std::string -> std::pmr::string in psram
jacqueline
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 tremor, add new ogg rules to make tremor deps happy
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-08
Merge branch 'main' into opus
jacqueline
2023-08-03
remove stb_vorbis
jacqueline
2023-08-01
Start on opus decoder structure
jacqueline
2023-06-15
Add vorbis and flac decoders, flesh out codec interface
jacqueline
2023-06-08
Add flac and ogg decoder deps
jacqueline
2023-05-23
Annote E V E R Y T H I N G with license info
jacqueline
2022-12-03
building codec tests!
jacqueline
2022-12-03
Use std::span (backported) and std::byte to make our buffers safer
jacqueline
2022-12-02
fix build errors
jacqueline
2022-11-23
Mostly done pipeline arch. Now onto cleanup and building.
jacqueline
2022-11-21
Implement using libmad to decode
jacqueline
2022-11-17
apply arch patch to libmad
jacqueline
2022-11-17
WIP on our own pipeline
jacqueline