index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio
/
CMakeLists.txt
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-02-05
Preserve the queue when going into standby
jacqueline
2023-12-08
Add shuffle and repeat options for the playback queue
jacqueline
2023-12-07
Remove pre-iterator concepts
jacqueline
2023-11-24
Migrate 'now playing' screen to lua
jacqueline
2023-11-07
Add a wrapper codec source that does readahead
jacqueline
2023-08-16
Rename the main audio tasks to be more sensible
jacqueline
2023-08-16
clean up a bunch of obselete audio code
jacqueline
2023-08-15
Flesh out basic bluetooth support
jacqueline
2023-08-10
Use the libspeexdsp resampler
jacqueline
2023-08-10
Give codecs complete control of their input files
jacqueline
2023-08-07
Fix dangle build issues, do some tweaks to investigate performance
jacqueline
2023-08-04
Do our own resampling
jacqueline
2023-08-03
Add very limited resampling (it's slow as shit)
jacqueline
2023-08-01
Add libsamplerate for resampling decoder output
jacqueline
2023-07-26
big cleanup of new encoder + stream buffer types
jacqueline
2023-07-25
fuck off
jacqueline
2023-07-17
Basic playlists for upcoming
jacqueline
2023-07-07
wire up the playing screen with some real data
jacqueline
2023-05-24
Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fw
jacqueline
2023-05-23
Annote E V E R Y T H I N G with license info
jacqueline
2023-05-19
Add tinyfsm, start converting core functions to an FSM-based event loop
jacqueline
2023-04-19
Ensure the sink buffer is large enough to not fully drain during
jacqueline
2023-04-19
New pipeline building, still needs proper control
jacqueline
2023-04-19
mostly single task pipeline
jacqueline
2023-02-21
Tidy up pipeline and use arena capacity to test for overruns
jacqueline
2023-02-21
Add a memory arena for the audio pipeline
jacqueline
2023-01-26
Make StreamInfo a PDO
jacqueline
2023-01-26
Switch from MessageBuffer to Queue for pipeline comms
jacqueline
2023-01-20
fix build issues with new pipeline
jacqueline
2022-12-07
better handling of chunk buffer
jacqueline
2022-12-06
basic i2s output element
jacqueline
2022-12-03
building codec tests!
jacqueline
2022-12-03
Use std::span (backported) and std::byte to make our buffers safer
jacqueline
2022-12-02
better cbor handling
jacqueline
2022-12-02
fix build errors
jacqueline
2022-11-23
Mostly done pipeline arch. Now onto cleanup and building.
jacqueline
2022-11-22
Add cbor wrapper, and chunk streaming util
jacqueline
2022-11-21
WIP
jacqueline