mikrosk / mxplay

Audiomedia player for Atari computers. Features modern GUI, support for long names, drag&drop, playlist, plugin based API etc. Written in C and assembler, taking advantage of many free replay routines.
https://mikrosk.github.io/mxplay/
0 stars 0 forks source link

D2D for mp2/mp3 #23

Closed mikrosk closed 2 weeks ago

mikrosk commented 18 years ago

It saves memory and loading time. I'll take ray's code but it will require at least one parameter (size of the dma buffer?).

Reported by: mikrosk

mikrosk commented 11 years ago

This or [feature-requests:#15]

Original comment by: mikrosk

mikrosk commented 11 years ago

I guess this is more question of [feature-requests:#15]

Original comment by: mikrosk

mikrosk commented 11 years ago

I think I can do that, I'll use Ray's algo for everything (if can fit into memory -> no d2d, if can't -> d2d)

Original comment by: mikrosk

mikrosk commented 11 years ago

Not that easy, I'd need to load file in the plugin and the empty frames fix might broke, too.

Original comment by: mikrosk

mikrosk commented 11 years ago

Wont fix, at least not for this version of MP2 replay. Best to start from scratch, but I doubt it's needed, nobody uses plain Falcon for replaying MP2s anymore..

Original comment by: mikrosk