Re: AVFoundation joining Audio files

2014-06-02 Thread Rhythmic Fistman
Try AAC in m4a, that's an lossy compression format that is AVFoundation friendly. RF On 2 June 2014 11:45, Damien Cooke dam...@smartphonedev.com wrote: Hi All, In our specific market video app we take videos and merge them together and they are used for advertising. We can add music or a

Re: Displaying an arbitrary unicode character using CGContextShowTextAtPoint or CGContextShowGlyphsAtPoint

2012-04-06 Thread Rhythmic Fistman
On 30 March 2012 18:18, Jeff Schriebman j...@leapfrogproductions.com wrote: I need to display the upwards arrow character in a specific position in a view. The unicode equivalence is U+2B06 and in UTF-8 it is E2 AC 86. I can successfully display it in Xcode on the console using NSLog(@This

Re: iOS 5: AVFoundation and MPMediaItemPropertyAssetURL

2012-04-06 Thread Rhythmic Fistman
On 6 April 2012 01:56, John Michael Zorko jmzo...@mac.com wrote: Hello, all ... I'm experimenting with making AVFoundation play local [purchased from] iTunes content on the device. I can set up an MPMediaQuery to fetch the content like so:    MPMediaQuery *query = [[[MPMediaQuery alloc]

Re: Delaying Between applicationWillResignActive and applicationDidEnterBackground

2012-03-21 Thread Rhythmic Fistman
On 21 March 2012 05:25, Brian Barnes gga...@charter.net wrote: I'm facing a real puzzle that might have an easy answer.  I've ported my game development software dim3 to iOS.  Works fine, but I'm having a problem with the application moving to the background.  My problem is twice as complex

Re: The use of UIActionSheet mysteriously disables our app with a white screen after memory warning.

2012-03-20 Thread Rhythmic Fistman
On 19 March 2012 23:09, G S stokest...@gmail.com wrote: On Mon, Mar 19, 2012 at 9:29 AM, Rhythmic Fistman rfist...@gmail.com wrote: I have this problem too. I have a small non-storyboard project that reproduces it a TSI in progress. Woah, finally, someone else emerges!  Please let us know

Re: The use of UIActionSheet mysteriously disables our app with a white screen after memory warning.

2012-03-20 Thread Rhythmic Fistman
On 20 March 2012 10:12, Rhythmic Fistman rfist...@gmail.com wrote: On 19 March 2012 23:09, G S stokest...@gmail.com wrote: On Mon, Mar 19, 2012 at 9:29 AM, Rhythmic Fistman rfist...@gmail.com wrote: I have this problem too. I have a small non-storyboard project that reproduces it a TSI

Re: The use of UIActionSheet mysteriously disables our app with a white screen after memory warning.

2012-03-19 Thread Rhythmic Fistman
I have this problem too. I have a small non-storyboard project that reproduces it a TSI in progress. I'd love to sort it out. RF. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the