index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
codecs
/
include
Age
Commit message (
Expand
)
Author
2025-01-13
Skip gap samples in MP3 decoding
Tom Kirchner
2025-01-11
Extract gapless info from MP3 LAME header
Tom Kirchner
2025-01-11
Rename VbrInfo to Mp3Info
Tom Kirchner
2025-01-08
Add bitrate info
Tom Kirchner
2024-09-23
Implement VBR seeking based off TOC
ailurux
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
Remove unused 'SeekTo' method on codecs
jacqueline
2024-02-29
Use drflac instead of miniflac
jacqueline
2024-02-22
WIP: Flac not working-- coming back to this later
ailurux
2024-02-16
Merge branch 'main' into seek-support
ailurux
2024-02-15
Added offset for track seeking, wav impl. only rn
ailurux
2024-02-14
Switch to the lowmem tremor branch
jacqueline
2024-02-13
fix (improve?) libtremor strangeness
jacqueline
2024-01-18
calculate length for CBR mp3 files
jacqueline
2024-01-11
wav-codec (#13)
ailurux
2023-12-20
Fix some dither clipping issues
jacqueline
2023-12-19
Add dither when requantising >16 bit samples
jacqueline
2023-12-19
Fix sample::FromSigned to not shift by a negative amount
jacqueline
2023-12-19
replace foxenflac with miniflac
jacqueline
2023-11-24
Migrate 'now playing' screen to lua
jacqueline
2023-11-20
Don't start readahead until parsing the stream's header is finished
jacqueline
2023-11-07
Improve memory usage of mad codec
jacqueline
2023-10-16
Codec memory tweaks
jacqueline
2023-10-10
Skip ID3 tags in the mad decoder; mad itself sometimes chokes on them
jacqueline
2023-09-26
std::string -> std::pmr::string in psram
jacqueline
2023-08-11
Fix docs nits, avoid recalculating frame length
jacqueline
2023-08-10
Reintroduce track timer, now relying more on codecs
jacqueline
2023-08-10
Use the libspeexdsp resampler
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 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-07
Downscaling working!
jacqueline
2023-08-07
Resampling *basically* working? Just cleanup and buffering issues
jacqueline
2023-08-04
Do our own resampling
jacqueline
2023-08-01
Start on opus decoder structure
jacqueline
2023-07-25
fuck off
jacqueline
2023-07-07
vbr-compatible mp3 duration :)
jacqueline
2023-07-07
wire up the playing screen with some real data
jacqueline
2023-06-22
Fix (i think?) mysterious overly large reads in libmad
jacqueline
2023-06-15
Add vorbis and flac decoders, flesh out codec interface
jacqueline
2023-06-07
Do some prep cleanup for multiple filetypes
jacqueline
2023-06-07
Flesh out audio state machine for playback
jacqueline
2023-05-23
Annote E V E R Y T H I N G with license info
jacqueline
2023-04-19
New pipeline building, still needs proper control
jacqueline
2023-04-19
mostly single task pipeline
jacqueline
2022-12-07
better handling of chunk buffer
jacqueline
[next]