index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio
/
audio_fsm.cpp
Age
Commit message (
Expand
)
Author
2024-02-13
Cache pending nvs writes in memory
jacqueline
2024-02-12
Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fw
jacqueline
2024-02-12
more i2s/bt drain buffer size tweaks
jacqueline
2024-02-12
Remember per-device bluetooth volume
jacqueline
2024-02-12
Add buttons for shuffle + repeat track
ailurux
2024-02-07
put opus' allocations into internal ram
jacqueline
2024-02-06
Implement basic volume control for bt outputs
jacqueline
2024-02-06
fix various of bluetooth issues
jacqueline
2024-02-05
Properly persist bluetooth mode changes
jacqueline
2024-02-05
Preserve the queue when going into standby
jacqueline
2024-01-17
all screens basically working, but bluetooth is rough
jacqueline
2024-01-15
Begin migration of remaining screens to Lua
jacqueline
2024-01-05
add an alerts module for lua, and implement a volume indicator with it
jacqueline
2024-01-04
refactor handling of volume steps; improve controls
jacqueline
2023-12-18
Audio fsm usability tweaks
jacqueline
2023-12-07
Remove pre-iterator concepts
jacqueline
2023-12-05
Rewrite the track queue to work directly with database iterators
jacqueline
2023-11-24
Migrate 'now playing' screen to lua
jacqueline
2023-11-07
Add a wrapper codec source that does readahead
jacqueline
2023-10-28
Annotates the kTag with maybe_unused; they're only used for logging.
Robin Howard
2023-10-19
Free the i2s dma channel when it's not in use
jacqueline
2023-10-16
Decouple play/pause from output on/off
jacqueline
2023-10-04
Neaten up the various kinds of inputs, and move volumes to The New Way
jacqueline
2023-09-26
Make NVS access synchronous again
jacqueline
2023-09-26
Tune buffer sizes and locations for I2S
jacqueline
2023-09-22
make bluetooth pairing ui functional
jacqueline
2023-09-05
Move UI task to priority 0 during playback
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-28
Make idle state more robust + check playback state
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
persist preferred bluetooth device in nvs
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-28
ux fixes
jacqueline
2023-07-26
Fix premature end of track
jacqueline
2023-07-26
make event queue go faster
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-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
[next]