Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielbmoro/record-demo
Android project to test the MediaPlayer and MediaRecorder.
https://github.com/gabrielbmoro/record-demo
android jetpack-compose mediaplayer mediarecorder
Last synced: 2 months ago
JSON representation
Android project to test the MediaPlayer and MediaRecorder.
- Host: GitHub
- URL: https://github.com/gabrielbmoro/record-demo
- Owner: gabrielbmoro
- License: mit
- Created: 2023-01-14T15:33:02.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-27T23:24:31.000Z (over 1 year ago)
- Last Synced: 2023-05-28T00:20:37.758Z (over 1 year ago)
- Topics: android, jetpack-compose, mediaplayer, mediarecorder
- Language: Kotlin
- Homepage:
- Size: 393 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Record Demo
A small Android project to test the `MediaPlayer` ▶️ and `MediaRecorder` 🎙️. This project allows the user to create an audio recording by choosing a specific Audio Encoder. The user can play the recording as well.
### Use Cases
- Record an audio using a specific audio enconder;
- Stop recording;
- Play the recorded audio;
- Stop the recorded audio.### Screenshot
![App Screenshot](img/Screenshot_20230114_202305.png)