iphone - Airplay sample Audio -


In my app, I need to create a video with audio. I am now using the Air Play model but in it Only video is produced and I need to create a video with audio. Help me solve any problem.

Regards, <

First of all, you need to increase your acceptable rate is.

Second, it's enough for what you are asking for. I am not familiar with air play, but have to start with my suggestion. This will introduce you to core-audio and give you a template to access the audio input.

I highly recommend for the visual aspect that provides a lot of example code

It will take a while to assimilate both materials, but you will end up with a better application .

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -