index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
codecs
Age
Commit message (
Expand
)
Author
2025-01-13
Skip gap samples in MP3 decoding
Tom Kirchner
2025-01-11
Extract gapless info from MP3 LAME header
Tom Kirchner
2025-01-11
Handle optional frames field in bytes offset of MP3 header
Tom Kirchner
2025-01-11
Check for frames/bytes/TOC in CBR as well
Tom Kirchner
2025-01-11
Rename VbrInfo to Mp3Info
Tom Kirchner
2025-01-08
Add bitrate info
Tom Kirchner
2024-09-26
Empty the buffer when we seek mp3 files
ailurux
2024-09-23
Implement VBR seeking based off TOC
ailurux
2024-09-23
Improve seeking for constant bitrate mp3
ailurux
2024-09-12
Clean up some tts logging and descriptions
jacqueline
2024-08-28
Delete unused half readme
jacqueline
2024-07-22
Continue decoding even if OV_HOLE is returned
ailurux
2024-05-16
Add a 'decoder' for streams already in our native format
jacqueline
2024-05-02
move driver includes into a subdir as well
jacqueline
2024-05-02
Replace cpp::span shim with std::span
jacqueline
2024-04-22
Add support for 64-bit float wav files
ailurux
2024-02-29
Remove unused 'SeekTo' method on codecs
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-16
Vorbis seeking impl
ailurux
2024-02-16
Merge branch 'main' into seek-support
ailurux
2024-02-16
WIP: Vorbis seeking
ailurux
2024-02-16
Opus seeking impl
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-14
Cram one of the flac samples buffers into internal ram
jacqueline
2024-02-14
Switch to the lowmem tremor branch
jacqueline
2024-02-13
fix (improve?) libtremor strangeness
jacqueline
2024-01-31
Handle read errors properly
jacqueline
2024-01-19
fix issue with unclipped dither
jacqueline
2024-01-18
on second thought, let's not violate patents. 'tis a silly system.
jacqueline
2024-01-18
calculate length for CBR mp3 files
jacqueline
2024-01-11
wav-codec (#13)
ailurux
2024-01-10
Add faad2 for aac decoding
jacqueline
2023-12-20
Fix some dither clipping issues
jacqueline
2023-12-19
Add dither when requantising >16 bit samples
jacqueline
2023-12-19
Fix sample::FromSigned to not shift by a negative amount
jacqueline
2023-12-19
replace foxenflac with miniflac
jacqueline
2023-11-24
Migrate 'now playing' screen to lua
jacqueline
2023-11-20
Don't start readahead until parsing the stream's header is finished
jacqueline
2023-11-07
Improve memory usage of mad codec
jacqueline
2023-11-07
Make foxenflac a little less memory hungry
jacqueline
2023-11-07
Add a wrapper codec source that does readahead
jacqueline
2023-11-06
Read in larger chunks from SD at a time
jacqueline
2023-10-28
Annotates the kTag with maybe_unused; they're only used for logging.
Robin Howard
2023-10-16
Codec memory tweaks
jacqueline
2023-10-16
Fix incorrect track lengths
jacqueline
2023-10-10
Skip ID3 tags in the mad decoder; mad itself sometimes chokes on them
jacqueline
[next]