开发者

Select audio files created with native Voice Memo app within iOS app

开发者 https://www.devze.com 2023-01-30 17:50 出处:网络
I\'d like to have users of an 开发者_JAVA技巧app upload voice memos they\'ve recorded on their iPhone.

I'd like to have users of an 开发者_JAVA技巧app upload voice memos they've recorded on their iPhone.

Is it possible to select audio files created by the native iOS Voice Memo app in a similar way to selecting photos or videos using UIImagePicker.

Thanks in advance.


For the current versions of iOS, it's impossible. But you can simply use AVAudioRecorder to record directly. And then upload these voice recorded by your app.

0

精彩评论

暂无评论...
验证码 换一张
取 消