ios - Xcode 中的 AudioPlayer 快进

标签 ios audio

关闭。这个问题需要更多 focused .它目前不接受答案。












想改进这个问题?更新问题,使其仅关注一个问题 editing this post .

8年前关闭。




Improve this question




有没有办法通过使用按钮将音频文件快进 x2、x4 等?如果没有,你知道这怎么可能吗?

最佳答案

NSTimeInterval *timeIntervel = [yourPlayer currentTime];
timeIntervel = timeIntervel + timeToForword;
[yourPlayer setCurrentTime:timeIntervel];    
[yourPlayer play];

关于ios - Xcode 中的 AudioPlayer 快进,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13141687/

相关文章:

ios - Objective-c 正则表达式无法正常工作

audio - 如何量化可能的音频文件的数量?

audio - Liquidsoap 未明确定义变量

audio - Swiffy-音频在iPad/平板电脑//移动设备上不再起作用

python - python〜youtube-dl:错误:没有这样的选项:--audio-format

java - 连接两个(或多个)wav-sound的byte []。产生背景噪声

ios - 如何测试使用 Jest 导入自定义 native 模块的 React Native 组件?

ios - 解析 http 多部分响应

ios - ARC弱引用构建时报错

iphone - 在应用程序中交换默认的 iOS 系统字体