index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tangara
/
audio
/
audio_fsm.hpp
Age
Commit message (
Expand
)
Author
2025-03-05
Allow manually unmounting the SD card
ayumi
2024-09-24
Record play_count in TrackData, incrementing it when tracks finish
jacqueline
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: 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
Merge branch 'main' into jqln/tts
jacqueline
2024-08-26
Switch output mode to headphones when plugged in
ailurux
2024-07-09
Give PcmBuffer pairs a name, and wire them up in the audio stack
jacqueline
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-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