index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
codecs
Age
Commit message (
Expand
)
Author
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-11-07
Make foxenflac a little less memory hungry
jacqueline
2023-11-07
Add a wrapper codec source that does readahead
jacqueline
2023-11-06
Read in larger chunks from SD at a time
jacqueline
2023-10-28
Annotates the kTag with maybe_unused; they're only used for logging.
Robin Howard
2023-10-16
Codec memory tweaks
jacqueline
2023-10-16
Fix incorrect track lengths
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
Implement the easy seeks
jacqueline
2023-08-11
Fix docs nits, avoid recalculating frame length
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
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-07
Remove unused pcmconv impls
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-03
remove stb_vorbis
jacqueline
2023-08-01
Start on opus decoder structure
jacqueline
2023-07-31
Add duration for flacs
jacqueline
2023-07-31
fix flac playback. now it plays nice and smooth :)
jacqueline
2023-07-25
fuck off
jacqueline
2023-07-07
add note on toc field
jacqueline
2023-07-07
clarify mp3 seek weirdness
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-19
back to back flac playback is working :)
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-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-05-09
Fix tests!
jacqueline
2023-04-20
Switch to an MVP-ready 16bit three wire DAC setup
jacqueline
2023-04-19
Pipeline working and outputting correctly, but noisy
jacqueline
2023-04-19
Redo pcm registers to include pages
jacqueline
2023-04-19
New pipeline building, still needs proper control
jacqueline
2023-04-19
mostly single task pipeline
jacqueline
2023-02-21
Tidy up pipeline and use arena capacity to test for overruns
jacqueline
[prev]
[next]