Tagged Questions
1
vote
2answers
279 views
how to record audio file with better quality in android?
I am creating one application which play recorded file on Android to iphone and vice-versa.
now i am using ,
audioRecorder = new MediaRecorder();
...
0
votes
0answers
213 views
RTP packetisation of raw AAC audio
I am experimenting with live streaming of AAC Audio, using RTP-RTSP protocol.
(Live meaning, start streaming as soon as recording starts, before mp4 file get saved).
RTP packetization needs putting ...