-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it is crashing while setting NEW filed like Pitch #1
Comments
I need a little more specifics in order to be helpful |
Like you defined the Float variable as Tempo in FBSoundTouchAVAssetPlayer. So i declared one more variable for "Pitch" as float variable. After that i defined Getter and Setter for variable Tempo. self.filteringCallback = ^(FBAVAssetPlayer player, char *srcBuffer, UInt32 srcBytesAvailable, char *dstBuffer, UInt32 dstBufferCapacity, UInt32 *dstBytesWritten ) So please let me know how do i use it Pitch and Tempo on runtime in ios |
When i tried to add into NEW xcode project as you said i am getting this error ld: warning: ignoring file /Users/abhishekpanjikar/Documents/Developer/Xcode_Projects/AudioDemo/AudioDemo/HelperFile/FBAudioLib/SoundTouch.framework/SoundTouch, missing required architecture arm64 in file /Users/abhishekpanjikar/Documents/Developer/Xcode_Projects/AudioDemo/AudioDemo/HelperFile/FBAudioLib/SoundTouch.framework/SoundTouch (3 slices) |
Any one get solution of this? Please let me know. |
I am developing an app. In this app i want to set Tempo and Pitch of app.
When i am setting pitch of app it is crashing. So Will you please let me know how do i set also pitch of the song while playing.
The text was updated successfully, but these errors were encountered: