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-05-02
WIP merge cyclically dependent components into one big component
jacqueline
2024-04-23
Enable bluetooth after boot, not during boot
jacqueline
2024-04-11
Remember the source of the previous track when opening a new one
jacqueline
2024-04-02
Merge branch 'main' into lua-volume
ailurux
2024-03-28
bump esp-idf to 5.2.1
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-03-06
Restore the previous track position when booting
jacqueline
2024-03-01
WIP Commit- Lua setters for volume, bluetooth todo
ailurux
2024-02-29
Clear the drain buffer also when seeking
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-29
Merge branch 'main' into seek-support
jacqueline
2024-02-21
Wait for the sink buffer to drain before stopping playback
jacqueline
2024-02-21
Make the drain buffer very large, and move it into PSRAM
jacqueline
2024-02-16
Fix issue with seeking whilst paused
ailurux
2024-02-16
WIP: seeking in lua example
ailurux
2024-02-16
Seeking working with hardcoded event, wav only
ailurux
2024-02-15
Added offset for track seeking, wav impl. only rn
ailurux
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
[next]