index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tangara
/
audio
/
audio_fsm.cpp
Age
Commit message (
Expand
)
Author
2025-04-11
fix premature pause at end of last track of queue
Be
2025-04-01
Quick fix unmount requests getting dropped when there's no sd card
jacqueline
2025-03-05
Allow manually unmounting the SD card
ayumi
2025-02-11
Only change output mode if the new output mode is different
ailurux
2025-02-10
Change output mode when bluetooth connects/disconnects
ailurux
2025-01-07
Improvements to the queue for shuffling/playing all (#170)
ailurux
2024-12-29
suspend playback when headphones disconnected
Clayton Craft
2024-12-10
Audio FSM should transit to Standby when BT disconnect
ailurux
2024-10-08
Fixed issue with saving positions, and only auto-resume long-form content
ailurux
2024-09-24
Record play_count in TrackData, incrementing it when tracks finish
jacqueline
2024-09-19
Fix commented issues
ailurux
2024-09-17
Implements seeking to saved position for tracks
ailurux
2024-09-17
Merge branch 'main' into daniel/persistent-positions
ailurux
2024-09-13
Save positions over 5 minutes, every minute
ailurux
2024-09-12
WIP: Fixed errors, cleanup
ailurux
2024-09-12
WIP: Add last_position field to track data and start on implementation
ailurux
2024-09-12
Pause and unpause the current audio output in response to TTS
jacqueline
2024-09-09
Play basic wav files in response to tts prompts
jacqueline
2024-09-09
Merge branch 'main' into jqln/tts
jacqueline
2024-08-28
clang-format
jacqueline
2024-08-28
Handle the loading state whilst appending many tracks better
jacqueline
2024-08-28
Timeout when writing output samples throughout the audio pipeline
jacqueline
2024-08-26
Switch output mode to headphones when plugged in
ailurux
2024-08-12
Make FileGatherer shaped more like a normal iterator
jacqueline
2024-07-30
Advance the queue when the current track fails to start
jacqueline
2024-07-19
WIP initial tts player wiring
jacqueline
2024-07-16
daniel/playlist-queue (#83)
ailurux
2024-07-11
WIP improve bluetooth api and settings screen
jacqueline
2024-07-11
Break FatfsStreamFactory's dep on ServiceLocator
jacqueline
2024-07-09
Break FatfsStreamFactory's dep on ServiceLocator
jacqueline
2024-07-09
Give PcmBuffer pairs a name, and wire them up in the audio stack
jacqueline
2024-06-06
daniel/bluetooth-avrc (#80)
ailurux
2024-05-31
Introduce a PcmBuffer abstraction for handling source draining
jacqueline
2024-05-16
Add a stream source that generates a sine wave
jacqueline
2024-05-09
Fix playback after restoring queue on boot
jacqueline
2024-05-08
Count samples going in and out of the drain buffer
jacqueline
2024-05-07
Improve decoder's interface to accept streams
jacqueline
2024-05-03
Respond to sd card mounts and unmounts within lua
jacqueline
2024-05-02
move driver includes into a subdir as well
jacqueline
2024-05-02
start moving include files into subdirs
jacqueline
2024-05-02
WIP merge cyclically dependent components into one big component
jacqueline