测试已测试 | ✗ |
语言语言 | Obj-CObjective C |
许可 | MIT |
发布最后发布 | 2014年12月 |
由 Chris Kalafarski 维护。
依赖 | |
sndfile-Framework | >= 0 |
soxr-Framework | >= 0 |
SOXResamplerConfiguration *config = SOXResamplerConfiguration.publicRadioConfiguration;
SOXResampler *resampler = [SOXResampler resamplerWithConfiguration:config delegate:self operationQueue:nil];
NSURL *fileURL = [NSURL fileURLWithPath:@"~/Desktop/master-2014_02_19-b.wav"];
SOXResamplerTask *task = [resampler taskWithURL:fileURL];
[task resume];