Reputation: 411
Does anyone know if there is a way to access voice memos and get their path sort of the way you can with the image picker to get images and videos.
I am trying to access the voice memos and pick one to upload to the server.
Does anyone know if its possible to access those? I have been searching for a answer to this for a while now and I can't seem to find anything.
Upvotes: 1
Views: 742
Reputation: 5314
It's not possible to access already made voice memos from your app. Your best option is to use AVAudioRecorder
and let the user record their own memos in your app to upload to the server.
Upvotes: 1