I have sound files in my document directory folder and i want to trim that sound file.
How to do that?
Asked
Active
Viewed 4,892 times
1

dks1725
- 1,631
- 1
- 20
- 29
-
You want to do that on run time? – shannoga Jun 10 '11 at 07:31
-
can you show us what you have done and where you are getting problems? this is not write my code for me site.. – Saurabh Jun 10 '11 at 07:32
1 Answers
0
you can use Extended Audio File Services. have a look at the reference for ExtAudioFileRead & ExtAudioFileWrite (they have sample code) then you can open one audio file read it, trim it and then write the new one.go here http://developer.apple.com/library/ios/#documentation/MusicAudio/Reference/ExtendedAudioFileServicesReference/Reference/reference.html

Vijay-Apple-Dev.blogspot.com
- 25,682
- 7
- 67
- 76
-
I don't find sample code for ExtAudioFileRead & ExtAudioFileWrite! – Paresh Masani Feb 21 '12 at 22:01
-
@AppleDeveloper pls see "Related Sample Code" heading in that page buddy.pls do slowly.u can do perfectly – Vijay-Apple-Dev.blogspot.com Feb 22 '12 at 08:22
-
@AppleDeveloper for instant help go here http://chat.stackoverflow.com/rooms/682/conversation/do-u-want-instant-help-for-ur-question-or-r-u-new-bee-to-iphone-ipad-develop – Vijay-Apple-Dev.blogspot.com Feb 22 '12 at 14:19