index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio
/
include
Age
Commit message (
Expand
)
Author
2024-05-02
WIP merge cyclically dependent components into one big component
jacqueline
2024-05-02
Replace cpp::span shim with std::span
jacqueline
2024-04-12
switch to software volume scaling (it's bad tho i need daniel to do maths for...
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
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-16
Merge branch 'main' into seek-support
ailurux
2024-02-16
WIP: seeking in lua example
ailurux
2024-02-15
Added offset for track seeking, wav impl. only rn
ailurux
2024-02-13
include repeat, replay, and shuffle in persisted queue info
jacqueline
2024-02-12
Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fw
jacqueline
2024-02-12
Remember per-device bluetooth volume
jacqueline
2024-02-12
Add buttons for shuffle + repeat track
ailurux
2024-02-06
Implement basic volume control for bt outputs
jacqueline
2024-02-05
Preserve the queue when going into standby
jacqueline
2024-02-01
Use a single pool of bg workers instead of separate tasks per use case
jacqueline
2024-01-18
calculate length for CBR mp3 files
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
2024-01-03
fix issues with leftover bytes in audio converter
jacqueline
2023-12-18
Audio fsm usability tweaks
jacqueline
2023-12-08
Add shuffle and repeat options for the playback queue
jacqueline
2023-12-07
Remove pre-iterator concepts
jacqueline
2023-12-05
Add basic track queue save/load support
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-20
Don't start readahead until parsing the stream's header is finished
jacqueline
2023-11-07
Add a wrapper codec source that does readahead
jacqueline
2023-11-07
Use atomics for new file notification instead of a semaphore
jacqueline
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
Tune buffer sizes and locations for I2S
jacqueline
2023-09-26
std::string -> std::pmr::string in psram
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
[next]