index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
codecs
/
mad.cpp
Age
Commit message (
Collapse
)
Author
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
vorbis doesn't quite work yet, not sure why. will pick it up again later.
2023-06-07
Do some prep cleanup for multiple filetypes
jacqueline
2023-06-07
Flesh out audio state machine for playback
jacqueline
Also fix mono playback
2023-05-23
Annote E V E R Y T H I N G with license info
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-02-21
Tidy up pipeline and use arena capacity to test for overruns
jacqueline
2023-02-21
Add logging to the DAC
jacqueline
2023-01-30
Continue ironing out i2s pipeline
jacqueline
still at least one heap corruption issue, plus the i2s write method seems to block forever :/
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