E2 Info UPDATE :
All codecs currently supported in new audio driver provided by the_ripper, which we are currently testing in our small team , are working without any problem :
Código:/** Select the audio codec (Currently supported codecs: PCM, MPEG1 L1/2/3 or AC3).@note @li The audio codec can be selected only in stop mode or before the init command. */ enum AudioDecoder_Codec_type { /** Selects audio AC3 codecs */ AudioDecoder_Codec_AC3 = 1, /** Selects the audio MPEG1 codec. It supports layer 1, 2 and 3 (Also known as mp3) and MPEG2 backward compatible audio layers (Only support for 2 channels). */ AudioDecoder_Codec_MPEG1 = 2, /** Selects the AAC codec. It supports several types of payload formats (see ::RMAudioDecoderPropertyID_AACParameters) */ AudioDecoder_Codec_AAC = 3, /** Select the DVD Audio code. Not supported yet */ AudioDecoder_Codec_DVDA = 4, /** Select the PCM codecs. It supports several types of PCM formats (see ::RMAudioDecoderPropertyID_PcmParameters) */ AudioDecoder_Codec_PCM = 5, /** Supported */ AudioDecoder_Codec_DTS = 6, /** Supported */ AudioDecoder_Codec_WMA = 7, /** Supported */ AudioDecoder_Codec_WMAPRO = 8, /** EVD ExAC supported */ AudioDecoder_Codec_EXAC = 9, /** Supported. */ AudioDecoder_Codec_ATX = 10, /** Compressed WMAPRO over SPDIF. */ AudioDecoder_Codec_WMAPRO_SPDIF = 11, /** Select the PCMX codecs. */ AudioDecoder_Codec_PCMX = 12, /** MPEG-4 BSAC decoder. */ AudioDecoder_Codec_BSAC = 13, /** Test tone generator. */ AudioDecoder_Codec_TTONE = 14, /** DTSHD LBR */ AudioDecoder_Codec_DTSLBR = 15, /** Group of codecs for speech. G711: input=64Kbps compressed, output=linear PCM, 8KHz. Other codecs to come: G.723, G.729A, GSM.AMR */ AudioDecoder_Codec_Speech = 0x12, };
I was especially surprised when I was listening DTS without cracking and other problems
Thanks to the_ripper .
More news about project very soon.
Well, idea is to create enough stable image and to publish it. After that, the_ripper, as he already done ( diff for directfb ) , will for sure publish .diff files on svn so everybody can contribute.
swert0 dijo:Saludos,perdonad por mi ignorancia pero esto es un firw?
me podeis decir para que sirve esto de enigma 2?
esque no tengo ni la puñetera idea.
muchas gracias de antemano.
Generalmente son pañuelos de papelquecon dijo:que son kleenex amigo me pierdo jajaja
jadb dijo:Si, es un firmware, como el que usan las dream. Supuestamente exprimirá todas las posibilidades del hardware de nuestro deco, todo funcionará de perlas y ha todos se nos caerán dos lágrimas como dos puños; a grandes rasgos serÃÂa eso....
The_Ripper dijo:Audio driver is finished, and it's DVB API compilant for most parts or better to say it handle allmost all IOCTL calls it should, but I added few more IOCTL calls to Audio DVB API so applications that will use "audio" can send all necessary infos regarding audio data so I can set required Codec for Sigma HW decoding.
Video driver is on the way, still coding it, so it should be soon finished. Like in audio , video DVB API will be expanded too.
For demux/tuners till I get there I will know, right now I dont have any problems or obstacles regarding the code I finished for DVB driver.
atubda dijo:eso quiere decir q queda poco???
esto se pone interesante, pero claro tendrÃÂamos q poder volver a los otros firms en caso de problema asàq no hagamos tonterÃÂas antes de tiempo (opino).
UN SALUDO
