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-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
2023-08-16
clean up a bunch of obselete audio code
jacqueline
2023-08-15
Flesh out basic bluetooth support
jacqueline
2023-08-11
remove unused dithering stuff
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-07
Downscaling working!
jacqueline
2023-08-07
Resampling *basically* working? Just cleanup and buffering issues
jacqueline
2023-08-07
Fix dangle build issues, do some tweaks to investigate performance
jacqueline
2023-08-04
Do our own resampling
jacqueline
2023-08-03
Tweak buffer size and placement
jacqueline
2023-08-03
Add very limited resampling (it's slow as shit)
jacqueline
2023-07-31
Add duration for flacs
jacqueline
[next]