Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

User:Pau pajuelo

1,147 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)''' ===Not included (IGEP GST DSP):==='''ACCLCDEC -> DEC AACLE (NOT TESTED)'''
G711ENC '''AACLDDEC -> ENC PCM uLAW DEC AACLD (speechNOT TESTED)'''
==Not included (IGEP GST DSP):==ACCLCDEC '''WMA9 -> DEC AACLEWMA9 (COMPILING ISSUES)'''
AACLDDEC '''ACCLCENC -> DEC AACLDENC AACLE (NOT TESTED)'''
WMA9 '''ACCHEENC -> DEC WMA9ENC AACHE (NOT TESTED)'''
ACCLCENC '''AACLDENC -> ENC AACLEAACLD (NOT TESTED)'''
ACCHEENC '''WMA8 -> ENC AACHEWMA8 (NOT TESTED)'''
AACLDENC '''Problems adding codecs into igep-> ENC AACLDgst-dsp'''
WMA8 -> ENC WMA8== 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 \
faad2-2.7-r2.armv7a.rpm
libfaad2-2.7-r2.armv7a.rpm
gst-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.rpm
rpm -i libfaad2-2.7-r2.armv7a.rpm
rpm -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>
'''under construction'''<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):'''
4,199
edits