index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio
/
audio_task.cpp
Age
Commit message (
Expand
)
Author
2023-08-16
Rename the main audio tasks to be more sensible
jacqueline
2023-08-16
Put more audio pipeline wiring in control of the audio fsm
jacqueline
2023-08-16
clean up a bunch of obselete audio code
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-08
Flesh out opus decoder. it doesn't work! i hate opus.
jacqueline
2023-08-08
Investigate and improve core pinning for resampler
jacqueline
2023-08-07
Downscaling working!
jacqueline
2023-08-04
Do our own resampling
jacqueline
2023-08-03
Add very limited resampling (it's slow as shit)
jacqueline
2023-07-31
Add duration for flacs
jacqueline
2023-07-31
use libtag duration where available
jacqueline
2023-07-28
clang-format
jacqueline
2023-07-28
ux fixes
jacqueline
2023-07-26
Fix premature end of track
jacqueline
2023-07-26
big cleanup of new encoder + stream buffer types
jacqueline
2023-07-26
make event queue go faster
jacqueline
2023-07-25
Do time tracking without floats
jacqueline
2023-07-25
fuck off
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-21
Add current playback timestamps
jacqueline
2023-06-19
back to back flac playback is working :)
jacqueline
2023-06-15
song -> track
jacqueline
2023-06-15
Add vorbis and flac decoders, flesh out codec interface
jacqueline
2023-06-07
Flesh out audio state machine for playback
jacqueline
2023-06-07
R4 pre-emptive bringup
jacqueline
2023-06-06
Get basic audio playback going again
jacqueline
2023-06-01
Start on audio FSM playback. needs more thought.
jacqueline
2023-05-24
Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fw
jacqueline
2023-05-23
Annote E V E R Y T H I N G with license info
jacqueline
2023-05-23
Drop himem audio buffers (for now?)
jacqueline
2023-05-23
Remove audio drain task
jacqueline
2023-05-22
Generalise worker tasks, and centralise task priorities + stacks
jacqueline
2023-04-21
Pin audio pipeline to the app core
jacqueline
2023-04-20
Switch to an MVP-ready 16bit three wire DAC setup
jacqueline
2023-04-20
working isr-based sink, but still grainy
jacqueline
2023-04-19
Pipeline working and outputting correctly, but noisy
jacqueline
2023-04-19
Ensure the sink buffer is large enough to not fully drain during
jacqueline
2023-04-19
WIP track down new pipeline memory issues
jacqueline
2023-04-19
Redo pcm registers to include pages
jacqueline
2023-04-19
new pipeline working(?), but the dac eludes me
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
2023-02-21
Add a memory arena for the audio pipeline
jacqueline
2023-02-21
Add logging to the DAC
jacqueline
[next]