Search code examples
audiorecordnativescript

Nativescript record audio


I am searching for a solution to record audio and save the file on the device. I am building my app with Nativescript for IOS and Android, but i can not seem to find any documentation about recording audio only. Does Nativescript have this? Or would it be wise to build native apps for IOS and Android?


Solution

  • This plugin was recently finished to include iOS support: https://www.npmjs.com/package/nativescript-audio

    If you have any issues the repo is here: https://github.com/bradmartin/nativescript-audio

    You can record audio and play back audio files via URL or locally.