Re: Varispeed ios
Re: Varispeed ios
- Subject: Re: Varispeed ios
- From: tahome izwah <email@hidden>
- Date: Thu, 17 Nov 2011 11:30:15 +0100
Apparently there is a new pitch shifting unit in iOS 5 but I never got it to work. We're using Dirac
http://dirac.dspdimension.com in our products. I can highly recommend it.
--th
2011/11/16 alessandro aresta
<email@hidden>
is kAudioUnitSubType_Varispeed avaible in ios5? I'm a bit confused; is there a way to obtain live pitch shifting using only ios new sdk?
My app should record RemoteIO mic input, shift it and record it on file;
everything is working but shifting; is 3rd party code the only easy way?
Varispeed Unit Parameters
Parameters for the Varispeed unit.
enum {
kVarispeedParam_PlaybackRate = 0,
kVarispeedParam_PlaybackCents = 1
};
Constants
kVarispeedParam_PlaybackRate
Available in iOS 5.0 and later.
Declared in AudioUnitParameters.h.
kVarispeedParam_PlaybackCents
Available in iOS 5.0 and later.
Declared in AudioUnitParameters.h.
it states "Available in iOS 5.0 and later." but I do get
AudioUnitSetParameter kTimePitchParam_Rate Global result -50 FFFFFFCE
also : kAudioUnitSubType_AUiPodTimeOther = 'ipto'
how to get info about that? is the one I should use?
many tnx in advance
--
Alessandro Alexander Stone Aresta
iOS / Web / Multimedia
development & consulting
email : email@hidden
skype : alexanderstone2007
This is a confidential communication intended only for the named addressee.
If you received this communication in error, please notify us and return and delete it without reading it.
This e-mail may not be
disclosed, copied or distributed
in any form without the obtained permission in writing of SharpeiMultimedia.
In any case it may not be altered or otherwise
changed.
Whilst SharpeiMultimedia believes that the information is correct at the date of the e-mail, no warranty and
representation is given to this effect and no responsibility can be accepted by SharpeiMultimedia.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Varispeed ios (From: alessandro aresta <email@hidden>) |