summaryrefslogtreecommitdiff
path: root/src/audio/include
AgeCommit message (Collapse)Author
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2024-05-02Replace cpp::span shim with std::spanjacqueline
2024-04-12switch to software volume scaling (it's bad tho i need daniel to do maths ↵jacqueline
for me please)
2024-04-02Merge branch 'main' into lua-volumeailurux
2024-03-28bump esp-idf to 5.2.1jacqueline
2024-03-26implement handling of stream/playback endingjacqueline
2024-03-26pass stream start/update/end events through the whole pipelinejacqueline
2024-03-25WIP rewrie audio pipeline+fsm guts for more reliabilityjacqueline
2024-03-06Restore the previous track position when bootingjacqueline
2024-03-01WIP Commit- Lua setters for volume, bluetooth todoailurux
2024-02-29Merge pull request 'Add seeking support for all codecs' (#50) from ↵ailurux
seek-support into main Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/50 Reviewed-by: ailurux <ailurux@noreply.codeberg.org>
2024-02-29Clear the drain buffer when skipping between tracksjacqueline
2024-02-16Merge branch 'main' into seek-supportailurux
2024-02-16WIP: seeking in lua exampleailurux
2024-02-15Added offset for track seeking, wav impl. only rnailurux
2024-02-13include repeat, replay, and shuffle in persisted queue infojacqueline
2024-02-12Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fwjacqueline
2024-02-12Remember per-device bluetooth volumejacqueline
2024-02-12Add buttons for shuffle + repeat trackailurux
2024-02-06Implement basic volume control for bt outputsjacqueline
2024-02-05Preserve the queue when going into standbyjacqueline
2024-02-01Use a single pool of bg workers instead of separate tasks per use casejacqueline
Also: bump the number of workers tasks up to 3 from 2! This makes bg db updates + playback work :)
2024-01-18calculate length for CBR mp3 filesjacqueline
2024-01-17all screens basically working, but bluetooth is roughjacqueline
2024-01-15Begin migration of remaining screens to Luajacqueline
2024-01-05add an alerts module for lua, and implement a volume indicator with itjacqueline
2024-01-04refactor handling of volume steps; improve controlsjacqueline
2024-01-03fix issues with leftover bytes in audio converterjacqueline
2023-12-18Audio fsm usability tweaksjacqueline
- persist the current volume when the screen locks - pause playback if headphones are removed
2023-12-08Add shuffle and repeat options for the playback queuejacqueline
2023-12-07Remove pre-iterator conceptsjacqueline
- No more IndexRecord/Result/dbGetPage nonsense - Queue is just track ids - i am so tired and have so much to do
2023-12-05Add basic track queue save/load supportjacqueline
Not wired up yet; I need to do a bunch of cleanup before i wire it in
2023-12-05Rewrite the track queue to work directly with database iteratorsjacqueline
2023-11-24Migrate 'now playing' screen to luajacqueline
2023-11-20Don't start readahead until parsing the stream's header is finishedjacqueline
...but also disable readahead for now anyway, since it's unstable
2023-11-07Add a wrapper codec source that does readaheadjacqueline
2023-11-07Use atomics for new file notification instead of a semaphorejacqueline
2023-10-19Free the i2s dma channel when it's not in usejacqueline
It turns out this is why bluetooth playback keeps running out of memory /facepalm
2023-10-16Decouple play/pause from output on/offjacqueline
I think this was the cause of toggling play/pause making audio go away. Or at least I can't repro that bug anymore, anyway.
2023-10-04Neaten up the various kinds of inputs, and move volumes to The New Wayjacqueline
2023-09-26Tune buffer sizes and locations for I2Sjacqueline
2023-09-26std::string -> std::pmr::string in psramjacqueline
2023-09-22make bluetooth pairing ui functionaljacqueline
2023-09-05Move UI task to priority 0 during playbackjacqueline
Also other misc task cleanup
2023-09-04Support changing max volume, persisted to nvsjacqueline
2023-08-30Use a service locator instead of passing around subsets of drivers between FSMsjacqueline
2023-08-28Support play/pause togglingjacqueline
2023-08-28Make idle state more robust + check playback statejacqueline
2023-08-16Rename the main audio tasks to be more sensiblejacqueline
2023-08-16Put more audio pipeline wiring in control of the audio fsmjacqueline