Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

User:Pau pajuelo

1,501 bytes added, 15:28, 5 September 2014
m
DM3730: Decode an AAC audio file (OK)
How do I edit my kernel command line
== AUDIO DSP-ARM==
===Included (IGEP GST DSP):==='''AACHEDEC -> DEC AACHE(OK)'''
http://download.wavetlan.com/SVV/Media/HTTP/FAAC-HE-AAC.aac
outofthebox->ok
---- '''MP3DEC -> DEC MP3(AUDIO ERRORS)''' - Followed README file from ISEE - IGEP DSP - GST + DMAI Support Package 3.40.00
http://www.stephaniequinn.com/Music/Canon.mp3
'''Random fatal bit error'''
'''mp3-plugin doesn't resolve the error''' ---- '''G711DEC -> DEC PCM uLAW (speech)(NOT TESTED)''' '''G711ENC -> ENC PCM uLAW (speech) (NOT TESTED)'''
G711ENC ===Not included (IGEP GST DSP):==='''ACCLCDEC -> ENC PCM uLAW DEC AACLE (speechNOT TESTED)'''
==Not included (IGEP GST DSP):==ACCLCDEC '''AACLDDEC -> DEC AACLEAACLD (NOT TESTED)'''
AACLDDEC '''WMA9 -> DEC AACLDWMA9 (COMPILING ISSUES)'''
WMA9 '''ACCLCENC -> DEC WMA9ENC AACLE (NOT TESTED)'''
ACCLCENC '''ACCHEENC -> ENC AACLEAACHE (NOT TESTED)'''
ACCHEENC '''AACLDENC -> ENC AACHEAACLD (NOT TESTED)'''
AACLDENC '''WMA8 -> ENC AACLDWMA8 (NOT TESTED)'''
WMA8 '''Problems adding codecs into igep-> ENC WMA8gst-dsp'''
== DM3730== === DM3730: Decode a MP3 file(OK) (ADDED TO REPOSISTORIES)===
'''under contruction'''
'''does not have an accelerated audio decoder element'''
 
- Followed README file from ISEE - IGEP DSP - GST + DMAI Support Package 3.40.00
- Compiled gst-plugins-ugly using yocto tools
- gst-launch filesrc location=sample.mp3 ! mad ! volume volume=0.25 ! alsasink
=== DM3730: Decode a RA or RM audio file(ERRORS)=== gst-launch --gst-debug-level=3 filesrc location=sample.ra ! rmdemux ! volume volume=0.25 ! alsasink http://www.superluminal.com/andalib/ra/listen.ra
gst-plugins-ugly-rmdemux-0.10.19-r1.armv7a.rpm
0:00:00.085907187 1550 0xa137b0 WARN rmdemux rmdemux.c:1057:gst_rmdemux_chain:<rmdemux0> Unknown object_id RaTC
=== DM3730: Decode an AAC audio file(OK)===
EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio --disable-directfb \ --with-plugins=musicbrainz,wavpack,ivorbis,mpegvideoparse,'''under contructionfaad2'''--disable-vdpau --disable-apexsink \ --disable-orc"Install:  faad2-2.7-r2.armv7a.rpmlibfaad2-2.7-r2.armv7a.rpmgst-plugins-bad-faad-0.10.23-r2.armv7a.rpm '''maybe there are necessary more packages, compare actual gst-bad-recipe and add changes. Necessary add faad2 recipe'''<pre>bitbake faad2 gst-plugins-bad</pre><pre> rpm -i faad2-2.7-r2.armv7a.rpmrpm -i libfaad2-2.7-r2.armv7a.rpmrpm -i gst-plugins-bad-faad-0.10.23-r2.1.armv7a.rpm </pre> gst-launch --gst-debug-level=3 filesrc location=sample.aac ! faad ! volume volume=0.10 ! alsasink ==== DM3730: Decode an WMA audio file (OK)==== <pre>bitbake gst-ffmpeg</pre> <pre>gst-launch -v filesrc location=sample.wma ! asfdemux ! decodebin ! audioconvert ! volume volume=0.25 ! alsasink </pre>
=== DM3730: Decode an OGG audio file(OK)===
'''Into repositories(base plugins):'''
http://upload.wikimedia.org/wikipedia/en/0/04/Rayman_2_music_sample.ogg
4,199
edits