audio-recording

HTML5 record audio to file

痴心易碎 提交于 2019-11-26 01:48:17
问题 What I ultimately want to do is record from the user\'s microphone, and upload the file to the server when they\'re done. So far, I\'ve managed to make a stream to an element with the following code: var audio = document.getElementById(\"audio_preview\"); navigator.getUserMedia = navigator.getUserMedia || navigator.webkitGetUserMedia || navigator.mozGetUserMedia || navigator.msGetUserMedia; navigator.getUserMedia({video: false, audio: true}, function(stream) { audio.src = window.URL

How can I record a conversation / phone call on iOS?

那年仲夏 提交于 2019-11-26 00:57:20
问题 Is it theoretically possible to record a phone call on iPhone? I\'m accepting answers which: may or may not require the phone to be jailbroken may or may not pass apple\'s guidelines due to use of private API\'s (I don\'t care; it is not for the App Store) may or may not use private SDKs I don\'t want answers just bluntly saying \"Apple does not allow that\". I know there would be no official way of doing it, and certainly not for an App Store application, and I know there are call recording

How can I record a conversation / phone call on iOS?

丶灬走出姿态 提交于 2019-11-25 20:26:32
Is it theoretically possible to record a phone call on iPhone? I'm accepting answers which: may or may not require the phone to be jailbroken may or may not pass apple's guidelines due to use of private API's (I don't care; it is not for the App Store) may or may not use private SDKs I don't want answers just bluntly saying "Apple does not allow that". I know there would be no official way of doing it, and certainly not for an App Store application, and I know there are call recording apps which place outgoing calls through their own servers. Here you go. Complete working example. Tweak should