dolbyio-samples / media-sample-android-recording-local-files

Examples for how to record audio on Android

Home Page:https://dolby.io/blog/recording-audio-on-android-with-examples/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License

Blog Picture

Android Audio Recording Examples

This repo contains code samples for capturing audio as a recorded file on Android devices. This is often part of an application that captures audio such as user-generated content and then uses the Dolby.io Media APIs to analyze, transcode, and enhance the resulting file.

Overview

Following the instructions of Recording audio on Android with examples , this project will evaluate the use of MediaRecorder, MediaPlayer, AudioRecord, and AudioTrack frameworks in Java in comparison with other audio capture and playback options.

Requirements

After cloning this project, open it in Android Studio to test and experiment with different configurations. You'll likely need a physical device, as the emulator can't record audio.

Getting Started

As part of enabling Dolby.io's audio processing capabilities, you would need to sign up for a Dolby.io account. Use of the Dolby.io Media APIs is based on minutes of audio processed with a generous monthly credit to experiment with.

Make sure you have your API key ready and Android Studio installed on your computer. This project will also require a physical Android device or an emulator to run the app.

Report a Bug

In the case any bugs occur, report it using Github issues, and we will see to it.

Forking

We welcome your interest in trying to experiment with our repos.

Feedback

If there are any suggestions or if you would like to deliver any positive notes, feel free to open an issue and let us know!

Learn More

For a deeper dive, we welcome you to review the following:

About Dolby.io

Using decades of Dolby's research in sight and sound technology, Dolby.io provides APIs to integrate real-time streaming, voice & video communications, and file-based media processing into your applications. Sign up for a free account to get started building the next generation of immersive, interactive, and social apps.

           
      Dolby.io on YouTube       Dolby.io on Twitter       Dolby.io on LinkedIn

About

Examples for how to record audio on Android

https://dolby.io/blog/recording-audio-on-android-with-examples/

License:Creative Commons Zero v1.0 Universal


Languages

Language:Java 100.0%