https://github.com/codepath/android-audio-video-demo
Android demo for playback and capture of Audio and Video
https://github.com/codepath/android-audio-video-demo
Last synced: about 2 months ago
JSON representation
Android demo for playback and capture of Audio and Video
- Host: GitHub
- URL: https://github.com/codepath/android-audio-video-demo
- Owner: codepath
- Created: 2014-03-12T07:28:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-06T20:47:19.000Z (about 10 years ago)
- Last Synced: 2023-05-10T14:13:26.372Z (about 2 years ago)
- Language: Java
- Size: 1.18 MB
- Stars: 42
- Watchers: 15
- Forks: 51
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Audio and Video Demo
Demo which shows how to playback and capture audio / video within an Android application. Check out the corresponding [Audio / Video Cliffnotes](http://guides.thecodepath.com/android/Video-and-Audio-Playback-and-Recording) for a more detailed tutorial of how this works.
Features:
* Play a local audio file
* Stream a remote audio file
* Capture audio from mic and playback
* Play a local video
* Stream a remote video
* Capture a video using camera and playback
Screens:
![]()
![]()
![]()