iOS Question Audio Streaming

Jmu5667

Well-Known Member
Licensed User
Longtime User
Hello All

We have a PTT app in B4A and are looking at the possibility of porting it to B4I. We use the Audio streamer lib and get the audio buffers in the AudioStream_RecordBuffer event as a data() bytes array. This is a must and we compress the audio using aLaw and are currently working on G729 codec. Does anyone have any insights ? I know the the iMedia library does not provide the record buffer event, and the min sample rate is 11025, on the B4a we have a sample rate of 8000.

thanks for reading

John.
 

Blueforcer

Well-Known Member
Licensed User
Longtime User
Hello All

We have a PTT app in B4A and are looking at the possibility of porting it to B4I. We use the Audio streamer lib and get the audio buffers in the AudioStream_RecordBuffer event as a data() bytes array. This is a must and we compress the audio using aLaw and are currently working on G729 codec. Does anyone have any insights ? I know the the iMedia library does not provide the record buffer event, and the min sample rate is 11025, on the B4a we have a sample rate of 8000.

thanks for reading

John.
Hey Jmu5667!

did you find a good solution?
i found this

but dont know how to use it in B4I

i need to use it as in this example:
 
Upvote 0
Top