自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(12)
  • 资源 (6)
  • 收藏
  • 关注

原创 AudioSteamBasicDescription kAudioFormatFlagIsNonInterleaved 与 Interleaved 的区别与构造

if (outputFormat.mFormatFlags & kAudioFormatFlagIsNonInterleaved) {        // The audio is non-interleaved        printf("Not interleaved!\n");        self.isInterleaved = NO;

2012-10-31 00:18:36 1781 1

转载 iphone录音各不同格式等时间录音文件大小

Here are the results for few encoding supported by iPhone. Size of audio file in KB of duration 10 sec.kAudioFormatMPEG4AAC : 164,kAudioFormatAppleLossless : 430,kAudioFormatAppleIMA4 :

2012-10-29 14:43:41 2419

转载 ios多音频混合

来自:http://blog.csdn.net/zengconggen/article/details/7842076ios上音频文件合成有多种方法,一是使用AVAssetExportSession结合AVMutableComposition,二是使用AVAssetReader和AVAssetWriter. 三是转换成pcm数据后处理pcm数据合成。方法一和方法二在处理速度上相对来

2012-10-29 14:33:59 1205

转载 iphone 支持的视频格式

From:  点击打开链接The iPhone 4 supports three video formats:H.264 video up to 720p, 30 frames per second, Main Profile level 3.1Audio: AAC-LC up to 160 Kbps, 48kHz, stereoFile types: .m4v, .mp4,

2012-10-24 10:48:58 928

转载 ios audio unit remoteIO playback record

http://stackoverflow.com/questions/12573097/ios-audio-unit-remoteio-playback-while-recordingkAudioSessionCategory_PlayAndRecord. But if you want to record/transmit voice picked up from the mic and p

2012-10-23 19:39:35 2197

转载 iPhone中Png图片格式的研究

http://geeklu.com/2011/10/iphone-cgbi-png-format/有时候我们看到一个App,想看看他的一些界面是如何实现的,这个时候需要查看一下它的图片资源,不过iOS的png图片编译后一般的图片阅读器都是没法查看的,本文将告诉的原因和转换出原图的方法(得安装XCode)。ipa 解压,将png相关文件夹拷贝出来,在命令行下使用/Deve

2012-10-18 15:51:50 2095

转载 Simple Image process library

这是 iPhone 上一个简单的图像处理库。支持的图像操作包括:    Canny edge detection - http://en.wikipedia.org/wiki/Canny_edge_detection    Histogram equalisation - http://en.wikipedia.org/wiki/Histogram_equalisation

2012-10-16 18:18:32 678

转载 ios 抖动动画效果

抖动动画效果方法1-(void)earthquake:(UIView*)itemView{    CGFloat t =2.0;    CGAffineTransform leftQuake  =CGAffineTransformTranslate(CGAffineTransformIdentity, t,-t);    CGAffineTransform r

2012-10-16 16:39:44 2063

转载 Making movies from image files using ffmpeg/mencoder

Making movies from image files using ffmpeg/mencoderMotivationIn my research, I often generate a sequenceof images from either my experiment or from a simulation that I wantto put together into a

2012-10-08 15:31:38 1564

转载 UIImage 旋转 镜像 rotation mirror

来自: 点击打开链接 // UKImage.h -- extra UIImage methods// by allen brunson  march 29 2009#ifndef UKIMAGE_H#define UKIMAGE_H#import @interface UIImage (UKImage)-(UIImage*)rotate:(UIImageOrientatio

2012-10-07 15:25:16 2367

转载 ios objective-c nsstring uiimage calayer (nsstring draw as uiimage) 旋转

参考:点击打开链接一 、文字到图片:-(UIImage *)imageFromText:(NSString *)text{    // set the font type and size    UIFont *font = [UIFont systemFontOfSize:20.0];      CGSize size  = [text sizeWithFont:

2012-10-07 14:29:42 1540

转载 ios objective-c Gzip 压缩、解压缩

Gzip compression/decompressionfrom:  http://deusty.blogspot.com/2007/07/gzip-compressiondecompression.htmlA long time ago I grabbed some code from CocoaDev to allow zlib compression/deco

2012-10-07 13:49:48 2814

FFMPEG使用手册

FFMPEG使用手册

2013-04-07

H264+FFmpeg+OpenCL手册

H264+FFmpeg+OpenCL手册 开发手册

2013-04-07

测试驱动的ios开发(英文版)

Test driven ios development

2013-03-19

英文原版 ( Apress.Pro.iOS.Apps.Performance.Optimization.Nov.2011.pdf

Apress.Pro.iOS.Apps.Performance.Optimization.Nov.2011.pdf ios app optimization 英文原版

2013-02-16

Unity3D NGUI part 2

Unity3D NGUI for gui developing in Unity3D

2012-04-17

Unity3D NGUI

Unity3D NGUI for GUI developing

2012-04-17

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除