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-05-02
WIP merge cyclically dependent components into one big component
jacqueline
2024-05-02
Replace cpp::span shim with std::span
jacqueline
2024-04-23
Enable bluetooth after boot, not during boot
jacqueline
2024-04-15
Fix some bt device issues
jacqueline
2024-04-12
copy audacious' math it looks good
jacqueline
2024-04-12
switch to software volume scaling (it's bad tho i need daniel to do maths for...
jacqueline
2024-04-11
Remember the source of the previous track when opening a new one
jacqueline
2024-04-09
Unmount storage when there's a bad error
jacqueline
2024-04-04
Fix null poiner dereference when turning off i2s output twice
jacqueline
2024-04-02
Fix volume getters/setters for bluetooth
ailurux
2024-04-02
Merge branch 'main' into lua-volume
ailurux
2024-04-02
Added bluetooth db impl
ailurux
2024-03-28
Use 48kHz SBC instead of 44.1
jacqueline
2024-03-28
bump esp-idf to 5.2.1
jacqueline
2024-03-26
implement handling of stream/playback ending
jacqueline
2024-03-26
pass stream start/update/end events through the whole pipeline
jacqueline
2024-03-25
WIP rewrie audio pipeline+fsm guts for more reliability
jacqueline
2024-03-06
Restore the previous track position when booting
jacqueline
2024-03-01
WIP Commit- Lua setters for volume, bluetooth todo
ailurux
2024-02-29
Clear the drain buffer also when seeking
jacqueline
2024-02-29
Merge pull request 'Add seeking support for all codecs' (#50) from seek-suppo...
ailurux
2024-02-29
Clear the drain buffer when skipping between tracks
jacqueline
2024-02-29
Merge branch 'main' into seek-support
jacqueline
2024-02-29
Use drflac instead of miniflac
jacqueline
2024-02-28
basic working flac and mp3 seeking
jacqueline
2024-02-22
WIP: Flac not working-- coming back to this later
ailurux
2024-02-21
Wait for the sink buffer to drain before stopping playback
jacqueline
2024-02-21
Make the drain buffer very large, and move it into PSRAM
jacqueline
2024-02-19
Don't mark the current track as changed when falling off the end of the queue
jacqueline
2024-02-16
Merge branch 'main' into seek-support
ailurux
2024-02-16
Fix issue with seeking whilst paused
ailurux
2024-02-16
WIP: seeking in lua example
ailurux
2024-02-16
Seeking working with hardcoded event, wav only
ailurux
2024-02-15
Added offset for track seeking, wav impl. only rn
ailurux
2024-02-13
include repeat, replay, and shuffle in persisted queue info
jacqueline
2024-02-13
Cache pending nvs writes in memory
jacqueline
2024-02-12
Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fw
jacqueline
2024-02-12
Improve handing of tracks with missing titles
jacqueline
2024-02-12
more i2s/bt drain buffer size tweaks
jacqueline
2024-02-12
Remember per-device bluetooth volume
jacqueline
2024-02-12
Don't hold lock on notifyChanged
ailurux
2024-02-12
Add buttons for shuffle + repeat track
ailurux
2024-02-07
put opus' allocations into internal ram
jacqueline
2024-02-06
Implement basic volume control for bt outputs
jacqueline
2024-02-06
fix various of bluetooth issues
jacqueline
2024-02-06
send a time=0 progress update after opening each file
jacqueline
2024-02-05
tweak pipeline buffers rather than i2s dma buffer
jacqueline
2024-02-05
Properly persist bluetooth mode changes
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
[next]