Skip to content

Instantly share code, notes, and snippets.

View ithebk's full-sized avatar
🏠
Working from home

Bharath Kumar ithebk

🏠
Working from home
View GitHub Profile
@ithebk
ithebk / AudioRecordThread.java
Created August 9, 2018 13:15 — forked from nieldeokar/AudioRecordThread.java
Recording an Audio with .aac extension using AudioRecord android.
package com.nieldeokar.whatsappaudiorecorder.recorder;
import android.media.AudioFormat;
import android.media.AudioRecord;
import android.media.MediaCodec;
import android.media.MediaCodecInfo;
import android.media.MediaFormat;
import android.media.MediaRecorder;
import android.os.Build;
import android.util.Log;