ok so do i need to specify sampling frequency,channel configuration and
config string in my new device source instance?if yes then how? Can you
please provide me sample code for that?
On Thu, Dec 6, 2012 at 8:32 PM, Ross Finlayson wrote:
> That's true but what modifications are required in Crea
> That's true but what modifications are required in CreateStreamsource Virtual
> function as it is returning ADTSFileSource Instance. ADTSFileSource takes
> name of file as an argument where in my case an aac audio frame is provided
> by my device source(LiveSource).
Your "createNewStreamSourc
That's true but what modifications are required in CreateStreamsource
Virtual function as it is returning ADTSFileSource Instance. ADTSFileSource
takes name of file as an argument where in my case an aac audio frame is
provided by my device source(LiveSource).
On Wed, Dec 5, 2012 at 10:19 PM, Ross
> I Want to stream AAC using my live source.But i didn't find any framer for
> aac.Do i need to implement my own AAC framer?
If your input source object delivers discrete AAC audio frames (i.e., one frame
at a time), then you don't need a separate 'framer' object. (Just make sure
that your inp