Android camera2 API video app - Part 19 recording audio with video
У вашего броузера проблема в совместимости с HTML5
Part 19 describes how to add audio to the video recording.
Check the accompanying website tutorial here https://www.nigeapptuts.com/?p=935
Github details:
https://github.com/mobapptuts/android_camera2_api_video_app.git Tag camera2-video-audio
or you can run this command
git clone https://github.com/mobapptuts/android_camera2_api_video_app.git --branch camera2-video-audio
In this tutorial we will cover:
- Adding the record audio permission to the android manifest file
- Adding the record audio manifest permission to the runtime permissions request
- Checking the runtime permissions result for the record audio permission
- Adding the set audio source to the setup media recorder
- Adding the audio encoder to the setup media recorder
API's covered
- Manifest.permission.RECORD_AUDIO
- MediaRecorder.setAudioSource
- MediaRecorder.setAudioEncoder
For much more information checkout
Website - https://www.nigeapptuts.com
Twitter - https://twitter.com/MobAppTuts
Facebook - https://www.facebook.com/nigeapptuts
Google+ - https://plus.google.com/b/115884642086760882044
Pinterest - https://www.pinterest.com/mobapptuts/
Android studio (1.5) is the editor of choice (IDE) for this tutorial series.