iOS音频微调控制 RETrimControl
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/romaonthego/RETrimControl
- 软件文档: https://github.com/romaonthego/RETrimControl
软件介绍
RETrimControl 是 iOS音频微调控制,类似 iPhone 语言备忘录应用。
示例代码:
RETrimControl *trimControl = [[RETrimControl alloc] initWithFrame:CGRectMake(10, (self.view.frame.size.height - 28) / 2.0f, 300, 28)]; trimControl.length = 200; // 200 seconds trimControl.delegate = self; [self.view addSubview:trimControl];
The Master Switch
Tim Wu / Knopf / 2010-11-2 / USD 27.95
In this age of an open Internet, it is easy to forget that every American information industry, beginning with the telephone, has eventually been taken captive by some ruthless monopoly or cartel. Wit......一起来看看 《The Master Switch》 这本书的介绍吧!
