index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio
Age
Commit message (
Expand
)
Author
2024-01-23
Fix bug where calling TrackQueue's next() repeatedly would increase the posit...
Robin Howard
2024-01-18
calculate length for CBR mp3 files
jacqueline
2024-01-18
fix issues with some song info not appearing
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-11
wav-codec (#13)
ailurux
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-21
Remove delay from read ahead
ailurux
2023-11-20
Don't start readahead until parsing the stream's header is finished
jacqueline
2023-11-07
Make readahead a bit more robust for codecs with different io speeds
jacqueline
2023-11-07
Wait for background readahead to finish before deleting its buffer
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-28
Annotates the kTag with maybe_unused; they're only used for logging.
Robin Howard
2023-10-21
Do not deafen people
jacqueline
2023-10-20
Don't crash if the current track source encounters a record with no id
jacqueline
2023-10-19
Free the i2s dma channel when it's not in use
jacqueline
2023-10-16
Codec memory tweaks
jacqueline
2023-10-16
Decouple play/pause from output on/off
jacqueline
2023-10-05
Guard audio pipeline file accesses
jacqueline
2023-10-04
Neaten up the various kinds of inputs, and move volumes to The New Way
jacqueline
2023-09-29
Add a lock around the SPI bus
jacqueline
2023-09-28
Use bindey for databinding instead of hand rolling ui updates
jacqueline
2023-09-26
Make NVS access synchronous again
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-25
Unpin decoder task
jacqueline
2023-09-22
make bluetooth pairing ui functional
jacqueline
2023-09-22
Increase sample buffer sizes
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-25
Performance tweaks for smoother tunes
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-11
remove unused dithering stuff
jacqueline
2023-08-11
Fix docs nits, avoid recalculating frame length
jacqueline
[prev]
[next]