summaryrefslogtreecommitdiff
path: root/src/audio/bt_audio_output.cpp
AgeCommit message (Collapse)Author
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2024-04-15Fix some bt device issuesjacqueline
- Don't allow adjusting volume if there's no device - Cap bt nvs values correctly - Persist bt volumes correctly even when the encoded for has a null byte (facepalm 4 me)
2024-04-12copy audacious' math it looks goodjacqueline
2024-04-12switch to software volume scaling (it's bad tho i need daniel to do maths ↵jacqueline
for me please)
2024-04-02Fix volume getters/setters for bluetoothailurux
2024-04-02Merge branch 'main' into lua-volumeailurux
2024-04-02Added bluetooth db implailurux
2024-03-28Use 48kHz SBC instead of 44.1jacqueline
2024-03-01WIP Commit- Lua setters for volume, bluetooth todoailurux
2024-02-29Clear the drain buffer when skipping between tracksjacqueline
2024-02-06Implement basic volume control for bt outputsjacqueline
2024-01-04refactor handling of volume steps; improve controlsjacqueline
2023-10-28Annotates the kTag with maybe_unused; they're only used for logging.Robin Howard
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-09-26Tune buffer sizes and locations for I2Sjacqueline
2023-09-22make bluetooth pairing ui functionaljacqueline
2023-08-16Put more audio pipeline wiring in control of the audio fsmjacqueline
2023-08-16clean up a bunch of obselete audio codejacqueline
2023-08-15Flesh out basic bluetooth supportjacqueline
No ui yet, and performance isn't great. It kinda works though!!