jacqueline
|
1494e08ea2
|
Handle read errors properly
|
1 year ago |
jacqueline
|
1525afe8aa
|
fix issue with unclipped dither
|
1 year ago |
jacqueline
|
d1ae1a4230
|
on second thought, let's not violate patents. 'tis a silly system.
|
1 year ago |
jacqueline
|
2d7f9fc775
|
calculate length for CBR mp3 files
|
1 year ago |
ailurux
|
0e04eb918e
|
wav-codec (#13)
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>
|
1 year ago |
jacqueline
|
abdc00fd2d
|
Add faad2 for aac decoding
|
1 year ago |
jacqueline
|
d4a0085753
|
Fix some dither clipping issues
|
1 year ago |
jacqueline
|
2ccaaf5724
|
Add dither when requantising >16 bit samples
|
1 year ago |
jacqueline
|
8a260dad05
|
Fix sample::FromSigned to not shift by a negative amount
|
1 year ago |
jacqueline
|
62d51a304e
|
replace foxenflac with miniflac
it's better!
|
1 year ago |
jacqueline
|
7c6eb2997c
|
Migrate 'now playing' screen to lua
|
1 year ago |
jacqueline
|
b3b512f10e
|
Don't start readahead until parsing the stream's header is finished
...but also disable readahead for now anyway, since it's unstable
|
1 year ago |
jacqueline
|
3abf599c4f
|
Improve memory usage of mad codec
- fix leaks
- ensure the synth data is always in internal ram
|
1 year ago |
jacqueline
|
9dc8f5646c
|
Make foxenflac a little less memory hungry
We should really just use the xiph library :/
|
1 year ago |
jacqueline
|
499d5a942f
|
Add a wrapper codec source that does readahead
|
1 year ago |
jacqueline
|
8309e67a86
|
Read in larger chunks from SD at a time
This helps a little with the stuttering. Some kind of readahead is
probably the ideal tho.
|
1 year ago |
Robin Howard
|
18d90051c9
|
Annotates the kTag with maybe_unused; they're only used for logging.
|
2 years ago |
jacqueline
|
bb91724b94
|
Codec memory tweaks
- Ensure mad and ogg structs are allocated internally
- Free old codec before making a new one
|
2 years ago |
jacqueline
|
96ea6cef88
|
Fix incorrect track lengths
|
2 years ago |
jacqueline
|
b0d85fc0d6
|
Skip ID3 tags in the mad decoder; mad itself sometimes chokes on them
|
2 years ago |
jacqueline
|
4d99d22e10
|
std::string -> std::pmr::string in psram
|
2 years ago |
jacqueline
|
205e305350
|
Implement the easy seeks
|
2 years ago |
jacqueline
|
a4ba7350a7
|
Fix docs nits, avoid recalculating frame length
|
2 years ago |
jacqueline
|
06283e0714
|
Fix issues with timing stereo streams
|
2 years ago |
jacqueline
|
c37ccb9851
|
Reintroduce track timer, now relying more on codecs
|
2 years ago |
jacqueline
|
958160aa54
|
Use the libspeexdsp resampler
AFAICT it runs a little slower? but it's fixed point, and has much
better understood audio characteristics.
|
2 years ago |
jacqueline
|
d8fc77101d
|
Give codecs complete control of their input files
|
2 years ago |
jacqueline
|
67caeb6e3c
|
Use opusfile instead of working directly with ogg and opus
|
2 years ago |
jacqueline
|
578c3737f8
|
Add vorbis support whilst we're here
|
2 years ago |
jacqueline
|
f277bd5d0c
|
Add tremor, add new ogg rules to make tremor deps happy
|
2 years ago |
jacqueline
|
1b6811663c
|
Add libogg for handling opus streams reasonably
|
2 years ago |
jacqueline
|
6c3501dbcb
|
Flesh out opus decoder. it doesn't work! i hate opus.
|
2 years ago |
jacqueline
|
40475b15e8
|
Remove unused pcmconv impls
|
2 years ago |
jacqueline
|
c38754401b
|
Downscaling working!
|
2 years ago |
jacqueline
|
a66c342806
|
Resampling *basically* working? Just cleanup and buffering issues
|
2 years ago |
jacqueline
|
60f7677132
|
Do our own resampling
|
2 years ago |
jacqueline
|
3b240d1cd5
|
remove stb_vorbis
it doesnt work very well
|
2 years ago |
jacqueline
|
c3f40a8cc3
|
Start on opus decoder structure
|
2 years ago |
jacqueline
|
cdaa2ac97a
|
Add duration for flacs
|
2 years ago |
jacqueline
|
0a8d2fd12e
|
fix flac playback. now it plays nice and smooth :)
|
2 years ago |
jacqueline
|
80d7df9109
|
fuck off
|
2 years ago |
jacqueline
|
031cd99ea1
|
add note on toc field
|
2 years ago |
jacqueline
|
804aa38bff
|
clarify mp3 seek weirdness
|
2 years ago |
jacqueline
|
8f8bc1f088
|
vbr-compatible mp3 duration :)
|
2 years ago |
jacqueline
|
39f7545cd5
|
wire up the playing screen with some real data
Includes implementing song duration calculation for CBR MP3 files
|
2 years ago |
jacqueline
|
cde8002df4
|
Fix (i think?) mysterious overly large reads in libmad
|
2 years ago |
jacqueline
|
acccd822f0
|
back to back flac playback is working :)
|
2 years ago |
jacqueline
|
a2c1dfbabd
|
Add vorbis and flac decoders, flesh out codec interface
vorbis doesn't quite work yet, not sure why. will pick it up again
later.
|
2 years ago |
jacqueline
|
1238437717
|
Add flac and ogg decoder deps
|
2 years ago |
jacqueline
|
e12ac1d963
|
Do some prep cleanup for multiple filetypes
|
2 years ago |