You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2015/03/31 10:15:51 UTC

cordova-plugin-media git commit: CB-8541 Adds information about available recording formats on Windows

Repository: cordova-plugin-media
Updated Branches:
  refs/heads/master 38f8e7156 -> 42b10a224


CB-8541 Adds information about available recording formats on Windows


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/42b10a22
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/42b10a22
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/42b10a22

Branch: refs/heads/master
Commit: 42b10a224a1cd4f22ce461a8a6bf6fe9dafb56f1
Parents: 38f8e71
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Tue Mar 31 11:09:38 2015 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Tue Mar 31 11:10:26 2015 +0300

----------------------------------------------------------------------
 README.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/42b10a22/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index a0f4768..4c0ff17 100644
--- a/README.md
+++ b/README.md
@@ -406,6 +406,8 @@ Starts recording an audio file.
 
 ### Windows Quirks
 
+- Windows devices can use MP3, M4A and WMA formats for recorded audio. However in most cases it is not possible to use MP3 for audio recording on _Windows Phone 8.1_ devices, because an MP3 encoder is [not shipped with Windows Phone](https://msdn.microsoft.com/en-us/library/windows/apps/windows.media.mediaproperties.mediaencodingprofile.createmp3.aspx).
+
 - If a full path is not provided, the recording is placed in the AppData/temp directory. This can be accessed via the `File` API using `LocalFileSystem.TEMPORARY` or 'ms-appdata:///temp/<filename>' URI.
 
 - Any subdirectory specified at record time must already exist.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org