Skip to content

Module Start Recording Audio

Haoxi Tan edited this page Jan 6, 2020 · 1 revision

Summary

  • Objective: start recording audio to a file
  • Authors: Mike Haworth
  • Browsers: any with Adobe Phonegap
  • Code

Internal Working

starts recording to a local file

var file_uri = "<%== @file_name %>";

m = new Media(file_uri);
m.startRecord();

Feedback

Clone this wiki locally