| Age | Commit message (Collapse) | Author |
|
|
|
|
|
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>
|
|
|
|
|
|
|
|
it's better!
|
|
|
|
...but also disable readahead for now anyway, since it's unstable
|
|
- fix leaks
- ensure the synth data is always in internal ram
|
|
- Ensure mad and ogg structs are allocated internally
- Free old codec before making a new one
|
|
|
|
|
|
|
|
|
|
AFAICT it runs a little slower? but it's fixed point, and has much
better understood audio characteristics.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Includes implementing song duration calculation for CBR MP3 files
|
|
|
|
vorbis doesn't quite work yet, not sure why. will pick it up again
later.
|
|
|
|
Also fix mono playback
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|