Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

User:Pau pajuelo

452 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)'''
'''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'''
----
'''G711ENC -> ENC PCM uLAW (speech) (NOT TESTED)'''
===Not included (IGEP GST DSP):===
'''ACCLCDEC -> DEC AACLE (NOT TESTED)'''
== 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
'''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>
 
<pre>gst-launch -v filesrc location=sample.wma ! asfdemux ! decodebin ! audioconvert ! volume volume=0.25 ! alsasink </pre>
=== DM3730: Decode an OGG audio file (OK)===
4,199
edits