Tag archives for Audio

Android

Implement Audio Streaming in Android Applications

Streaming an audio media consists to receive constantly data from a remote source and to deliver the audio data received to the end-user. Nowadays, everyone uses streaming platforms daily. For example, YouTube is a streaming video platform. In this tutorial, you are going to discover how to implement audio streaming in an Android Application. Note that you can also discover…
Continue Reading
Android

Create an Audio Recorder on Android

Android SDK has a lot of possibilities to take profit of the smartphones features. Amongst them, there are the possibilities to record and play audio. Today, you are going to learn how to create an Audio Recorder on Android by using the MediaRecorder API provided in Android SDK. This tutorial is also available in video on Youtube : Part 1…
Continue Reading