Audio recording in Xamarin.forms

后端 未结 3 993
遥遥无期
遥遥无期 2020-12-29 13:37

I have a xamarin.forms project which has to record the audio and save it localy on the app.

Is there any plugin / api which can be used to achieve this?

Also

3条回答
  •  执笔经年
    2020-12-29 13:52

    There is an open-source plugin for working with audio recorder in Xamarin.Forms :

    https://github.com/NateRickard/Plugin.AudioRecorder

提交回复
热议问题