I've done these steps:
# /etc/init.d/matrix-gui-e stop
# /etc/init.d/pvr-init stop
# firmware_loader 0 /usr/share/ti/ti-media-controller-utils/dm814x_c6xdsp.xe674 start
Raw AAC format:
# ./adec_snt_a8host_debug.xv5T -i /usr/share/ti/rpe/davinci.aac -o /media/sda1/out/davinci-raw-2.aac -c aaclc -s 44100 -r 1
---------- Screen output (BEGIN) ----------
input file: /media/sda1/Stereo-s44100-davinci.aac
output_file: /media/sda1/out/davinci-raw-2.aac
codec: aaclc
rawFormat: 1
sampleRate: 44100
Audio Decoder example
===============================
Iteration 0 - Start
opening file
opened file
calling getHandle
got handle
ADEC_SetParamPortDefinition done
state IDLE
state execute
etb / ftb done
Writing to File...
Sample Rate: 44100
EOF reached...
Bytes Remaining - 3875
End Of Stream reached.. making last process call
Total Frames decoded-433
End of stream processed
Component transitioning from Executing to Idle state
Tearing down the decode example
free handle
free handle done
Decoder Test End
---------- Screen output (END) ----------
ATDS format:
# ./adec_snt_a8host_debug.xv5T -i /usr/share/ti/rpe/davinci.aac -o /media/sda1/out/davinci-2.adts -c aaclc -s 44100 -r 0
How do I verify the enclosed output files (VLC does not recognize the format)?
Regards,
g
(EZSDK 5.05.02.00, Ubuntun 11.10, DM814x)