index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2024-12-16
Make now-playing queue circular
malcircuit
2024-12-10
Allow for connecting to the paired device from the known devices list
ailurux
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-10-04
Don't create a cache file on deserialising
ailurux
2024-10-04
Merge pull request 'daniel/track-toc' (#110) from daniel/track-toc into main
cooljqln
2024-10-04
Explicitly close the playlist files in the queue on storage unmount
ailurux
2024-10-04
Fix issues with deserialising queue when queue exists already
ailurux
2024-10-03
Use cppbor for encoding playlist toc
jacqueline
2024-10-03
Clear queue if loading cache fails and file is large, also fix indices oops
ailurux
2024-10-03
Clean up + use 8 bytes for uint64_t
ailurux
2024-10-01
Add additional cache file for playlist table of contents
ailurux
2024-10-01
Support a minor version in the SAMD firmware
jacqueline
2024-10-01
Run the Lua GC a little more aggresively
jacqueline
2024-09-27
Added listened indicator for audiobooks and podcasts
ailurux
2024-09-26
Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fw
ailurux
2024-09-26
Empty the buffer when we seek mp3 files
ailurux
2024-09-24
Record play_count in TrackData, incrementing it when tracks finish
jacqueline
2024-09-24
Adds audiobook index to available indexes
ailurux
2024-09-24
Retry SD card mounting a few times when talking to the card fails
jacqueline
2024-09-23
Implement VBR seeking based off TOC
ailurux
2024-09-23
Improve seeking for constant bitrate mp3
ailurux
2024-09-20
Merge branch 'main' into jqln/track-type
ailurux
2024-09-20
Don't try to configure the dac if there is no dac
jacqueline
2024-09-20
Make the 'Podcasts' index just a list by title
jacqueline
2024-09-19
Encode and decode MediaType in TrackData
jacqueline
2024-09-19
Include leading slash in media type paths
jacqueline
2024-09-19
Introduce a MediaType for each track and index
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-17
Move SPI ISR back to CPU0
jacqueline
2024-09-17
Added lua methods to access track data
ailurux
2024-09-13
Save positions over 5 minutes, every minute
ailurux
2024-09-13
Merge branch 'main' into daniel/persistent-positions
ailurux
2024-09-13
Merge branch 'main' into jqln/tts
jacqueline
2024-09-13
Mount the SD card asynchronously when it becomes available
jacqueline
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
Clean up some tts logging and descriptions
jacqueline
2024-09-12
Pause and unpause the current audio output in response to TTS
jacqueline
2024-09-11
Play TTS files in response to TTS prompts, but it's legible now
jacqueline
2024-09-10
Rename set_style to set_subject
ailurux
2024-09-10
Use '/sd' instead of '/sdcard' for accessing the sd card
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-09-06
Look for music in "/Music", with the root dir as a fallback
jacqueline
2024-09-06
Ignore comments within playlist files
jacqueline
2024-09-03
Handle collation text that includes '\0'
jacqueline
2024-09-03
Use libogg + our own parser for ogg files
jacqueline
[next]