Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#109043 - 02/08/2002 13:10 MP3 Decoder in Empeg
ma_145
new poster

Registered: 14/01/2002
Posts: 3
Loc: NJ, USA
Does any one know which MP3 decoder is used in the Empeg player and can it be upgraded/replaced?

Top
#109044 - 02/08/2002 13:11 Re: MP3 Decoder in Empeg [Re: ma_145]
Terminator
old hand

Registered: 12/01/2000
Posts: 1079
Loc: Dallas, TX
Its software based.

Top
#109045 - 02/08/2002 13:14 Re: MP3 Decoder in Empeg [Re: ma_145]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31583
Loc: Seattle, WA
In version 1.0 of the software, the decoder was the XAudio decoder.

In version 2.0 of the software, the decoder is (if I recall correctly) the ARM decoder.

In theory, you could replace the decoder with anything you wanted to code up and compile. The problem is that the actual PLAYER software is integrated with the decoder and is not open-source.

So. If you want to replace the decoder, you must also write your own full replacement for the player software, too. No one has done this for the empeg car player yet.
_________________________
Tony Fabris

Top
#109046 - 02/08/2002 13:22 Re: MP3 Decoder in Empeg [Re: tfabris]
andy
carpal tunnel

Registered: 10/06/1999
Posts: 5914
Loc: Wivenhoe, Essex, UK
If you want to replace the decoder, you must also write your own full replacement for the player software, too.

You could replace the decoder without replacing the whole player software. With some clever code in the kernel you could intercept calls to the file system, allowing you to lie to the player when it reads the metadata (telling it that all the MP3 files are WAV files). Then you could intercept calls to load the MP3s from disk and decode them to WAV on the fly.

Not easy, but maybe easier than rewriting the whole player.

Anyway, I can't see any good reason to replace the decoder or the player software, both are excellent.
_________________________
Remind me to change my signature to something more interesting someday

Top
#109047 - 02/08/2002 15:16 Re: MP3 Decoder in Empeg [Re: andy]
rob
carpal tunnel

Registered: 21/05/1999
Posts: 5335
Loc: Cambridge UK
Yeah there's certainly no point replacing the MP3 decoder - the ARM decoder is one of the best around.

Rob

Top
#109048 - 02/08/2002 16:17 Re: MP3 Decoder in Empeg [Re: rob]
andy
carpal tunnel

Registered: 10/06/1999
Posts: 5914
Loc: Wivenhoe, Essex, UK
Yeah there's certainly no point replacing the MP3 decoder - the ARM decoder is one of the best around.

Would Rob be having a sudden attack of modest with regard to the player software ?

_________________________
Remind me to change my signature to something more interesting someday

Top
#109049 - 02/08/2002 17:23 Re: MP3 Decoder in Empeg [Re: andy]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31583
Loc: Seattle, WA
Why? He didn't write the decoder.
_________________________
Tony Fabris

Top
#109050 - 02/08/2002 17:30 Re: MP3 Decoder in Empeg [Re: tfabris]
andy
carpal tunnel

Registered: 10/06/1999
Posts: 5914
Loc: Wivenhoe, Essex, UK
I said:

Anyway, I can't see any good reason to replace the decoder or the player software, both are excellent

and the Rob said:

Yeah there's certainly no point replacing the MP3 decoder - the ARM decoder is one of the best around

Hence my comment about his modesty (on behalf of the empeg team).
_________________________
Remind me to change my signature to something more interesting someday

Top
#109051 - 05/08/2002 11:37 Re: MP3 Decoder in Empeg [Re: andy]
ma_145
new poster

Registered: 14/01/2002
Posts: 3
Loc: NJ, USA
Thanks guys. I was just checking to see if there were any updates to the decoder - since this can make a difference in sound quality. But since it already has one of the best out there, not need to update or change it.

Top