zling2001 / imsdroid

Automatically exported from code.google.com/p/imsdroid
0 stars 0 forks source link

Fill OpenSL-ES producer buffer with custom audio samples #506

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
This is a feature request:
Add a feature for OpenSL-ES plugin like the fillPushBuffer at: 
http://code.google.com/p/imsdroid/source/browse/branches/2.0/android-ngn-stack/s
rc/org/doubango/ngn/media/NgnProxyAudioProducer.java#137

Such feature could be useful to send samples from custom audio track (i.e. from 
a wav file) instead of mic also if OpenSL-ES plugin is used.

What version of the product are you using? On what operating system?

Please provide any additional information below.
This feature is already available if ProxyAudioProducer is used but not for the 
OpenSL-ES plugin.

Original issue reported on code.google.com by massimo....@gmail.com on 13 Jan 2014 at 8:28