I work on iOS app with recording feature. I have big problem with straight AAC mpeg4-audio recording in .m4a file.
My working solution is recording in .caf and then converting this file in required .m4a format, but is it slow and not acceptable.
I found the Michael Tyson's wrapper TPAACAudioConverter, which is maybe the right solution, but my problem is, that i don't know how to correct initialize and use this wrapper for direct AAC recording in .m4a file (without the supplementary post-conversion after recording).
If anyone have the working example on Github or can me help with it, please let me know.
Many thanks.