| Age | Commit message (Collapse) | Author |
|
|
|
...but also disable readahead for now anyway, since it's unstable
|
|
- fix leaks
- ensure the synth data is always in internal ram
|
|
We should really just use the xiph library :/
|
|
|
|
This helps a little with the stuttering. Some kind of readahead is
probably the ideal tho.
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
it doesnt work very well
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
Includes removing some that never passed and/or weren't quite a good
idea
|
|
|
|
|
|
|
|
|
|
|
|
|