index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio
/
include
/
audio_fsm.hpp
Age
Commit message (
Expand
)
Author
2024-05-02
WIP merge cyclically dependent components into one big component
jacqueline
2024-03-26
implement handling of stream/playback ending
jacqueline
2024-03-26
pass stream start/update/end events through the whole pipeline
jacqueline
2024-03-25
WIP rewrie audio pipeline+fsm guts for more reliability
jacqueline
2024-02-29
Merge pull request 'Add seeking support for all codecs' (#50) from seek-suppo...
ailurux
2024-02-29
Clear the drain buffer when skipping between tracks
jacqueline
2024-02-15
Added offset for track seeking, wav impl. only rn
ailurux
2024-02-12
Remember per-device bluetooth volume
jacqueline
2024-02-05
Preserve the queue when going into standby
jacqueline
2024-01-15
Begin migration of remaining screens to Lua
jacqueline
2023-12-18
Audio fsm usability tweaks
jacqueline
2023-12-07
Remove pre-iterator concepts
jacqueline
2023-10-04
Neaten up the various kinds of inputs, and move volumes to The New Way
jacqueline
2023-09-22
make bluetooth pairing ui functional
jacqueline
2023-09-04
Support changing max volume, persisted to nvs
jacqueline
2023-08-30
Use a service locator instead of passing around subsets of drivers between FSMs
jacqueline
2023-08-28
Support play/pause toggling
jacqueline
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-15
Flesh out basic bluetooth support
jacqueline
2023-08-10
Give codecs complete control of their input files
jacqueline
2023-07-31
use libtag duration where available
jacqueline
2023-07-25
fuck off
jacqueline
2023-07-07
wire up the playing screen with some real data
jacqueline
2023-06-30
gpio expander pin change -> event!
jacqueline
2023-06-30
Clean up gpios interface
jacqueline
2023-06-30
Start on converting gpio expander interupts to fsm events
jacqueline
2023-06-21
Add current playback timestamps
jacqueline
2023-06-19
Support playing tracks by track id
jacqueline
2023-06-15
song -> track
jacqueline
2023-06-07
Flesh out audio state machine for playback
jacqueline
2023-06-07
R4 pre-emptive bringup
jacqueline
2023-06-01
Start on audio FSM playback. needs more thought.
jacqueline
2023-05-24
reuse annotate new files
jacqueline
2023-05-19
Add tinyfsm, start converting core functions to an FSM-based event loop
jacqueline