> Is this better than the MAS player?
It's basically the same.
> also how can it use 5% system resources...........in my opinion it should use 0%
You need to transfer the MP3 data stream to the card, which will obviously use up more than 0% of your CPU time. Then again, somebody "forgot" to connect the interrupt pin to the MAS' "buffer full" indicator, which means it needs to poll very often, if more data can be sent as the buffer is *very* small (~260 bytes). This interrupt polling overhead is causing some CPU usage, that you won't be able to measure e.g. with Scout as its not spent with a task.
Also the serial latching of the bytes is very slow, so it needs waitstates between every bytes. Maybe on C64, you will send a few byte at each raster interrupt or whatever, but causing an interrupt for every byte is no option on the Amiga.
> Also would this work with a Quadddra port or some sort of Clockport splitter as long as I disable any other Clockport cards (e.g subway USB)?
AFAIK you don't even have to disable either clockport card. Both drivers support all four Quaddddroport clockports.