iPhone / iPad实时改变音高/节奏 [英] iPhone/iPad change pitch/tempo in realtime

查看:218
本文介绍了iPhone / iPad实时改变音高/节奏的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Xcode和iOS 5为iPhone / iPad开发应用程序。任何人都可以建议任何第三方库来做这件事,或者给我一些如何本地化的方向吗?

I am developing an app for the iPhone/iPad using Xcode and iOS 5. Can anyone suggest any third party libs to do this, or give me some direction as to how to natively do it?

推荐答案

您可以使用 Bass Bass_fx 用于实时改变音高/速度的库。

You can use Bass and Bass_fx library for changing pitch/tempo in real time.

您可以从 http://www.un4seen.com/

您可以使用以下功能进行音高和速度设置

You can use following function for Pitch and tempo setting


BASS_ChannelSlideAttribute(mainStream) ,BASS_ATTRIB_TEMPO_PITCH,0.0,
updatePeriod);

BASS_ChannelSlideAttribute(mainStream, BASS_ATTRIB_TEMPO_PITCH, 0.0, updatePeriod);

可在 Bass中找到库。

这篇关于iPhone / iPad实时改变音高/节奏的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆