| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
It can apply to CBR files too, when the marker is "Info"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
flac impl is fairly slow as it doesn't use the seek tables; for some
reason miniflac seems to get *really* upset if you seek the stream.
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
still at least one heap corruption issue, plus the i2s write method
seems to block forever :/
|
|
|
|
|
|
|
|
|