| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-08 | Add bitrate info | Tom Kirchner | |
| 2024-05-02 | Replace cpp::span shim with std::span | jacqueline | |
| 2024-02-29 | Remove unused 'SeekTo' method on codecs | jacqueline | |
| 2024-02-15 | Added offset for track seeking, wav impl. only rn | ailurux | |
| 2024-01-18 | calculate length for CBR mp3 files | jacqueline | |
| 2024-01-11 | wav-codec (#13) | ailurux | |
| here is a wav decoder, enjoy! Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/13 Reviewed-by: cooljqln <cooljqln@noreply.codeberg.org> Co-authored-by: ailurux <ailuruxx@gmail.com> Co-committed-by: ailurux <ailuruxx@gmail.com> | |||
| 2023-11-20 | Don't start readahead until parsing the stream's header is finished | jacqueline | |
| ...but also disable readahead for now anyway, since it's unstable | |||
| 2023-09-26 | std::string -> std::pmr::string in psram | jacqueline | |
| 2023-08-10 | Reintroduce track timer, now relying more on codecs | jacqueline | |
| 2023-08-10 | Give codecs complete control of their input files | jacqueline | |
| 2023-08-07 | Downscaling working! | jacqueline | |
| 2023-08-04 | Do our own resampling | jacqueline | |
| 2023-07-25 | fuck off | jacqueline | |
| 2023-07-07 | wire up the playing screen with some real data | jacqueline | |
| Includes implementing song duration calculation for CBR MP3 files | |||
| 2023-06-15 | Add vorbis and flac decoders, flesh out codec interface | jacqueline | |
| vorbis doesn't quite work yet, not sure why. will pick it up again later. | |||
| 2023-06-07 | Do some prep cleanup for multiple filetypes | jacqueline | |
| 2023-06-07 | Flesh out audio state machine for playback | jacqueline | |
| Also fix mono playback | |||
| 2023-05-23 | Annote E V E R Y T H I N G with license info | jacqueline | |
| 2023-04-19 | mostly single task pipeline | jacqueline | |
| 2022-12-07 | better handling of chunk buffer | jacqueline | |
| 2022-12-03 | Use std::span (backported) and std::byte to make our buffers safer | jacqueline | |
| 2022-12-02 | fix build errors | jacqueline | |
| 2022-11-23 | Mostly done pipeline arch. Now onto cleanup and building. | jacqueline | |
| 2022-11-21 | Implement using libmad to decode | jacqueline | |
| 2022-11-21 | WIP | jacqueline | |
