Tagged Questions
1
vote
1answer
235 views
Invalid ADTS sampling_frequency_index and channel_configuration why?
I hope someone can direct me on the right path before I put a lot of time and effort on this. I'm currently trying to parse an AAC+ frame to get information such as number of channels and sample ...
0
votes
0answers
16 views
Can anyone tell me how to perform audio recording in adts raw aac format in ice cream sandwich
Ice cream sandwich has new feature of supporting audio recording in adts raw aac format but i am not able to find the api for it on developer.android.com?
Can anyone tell me how i can develop an ...
0
votes
0answers
135 views
How to get an adts package with afconvert
i would like to get an atds package with aacp inside with the help of afconvert.
This seems to work
afconvert -f 'adts' -d 'aach@44100' -b 52600 in.mp3 out.aac
however this don“t
afconvert -f ...
0
votes
1answer
341 views
Creating ADTS frame on iPhone… problem
I am getting raw aac data from web stream and try to put it in ADTS frame in order to play it on iPhone.
It works for 10 seconds then sound stops and restart but seems accelerated or mixed with ...