OmRecorder icon indicating copy to clipboard operation
OmRecorder copied to clipboard

A Simple Pcm / Wav audio recorder with nice api. https://play.google.com/store/apps/details?id=com.kingbull.omrecorder

Results 19 OmRecorder issues
Sort by recently updated
recently updated
newest added

With JCenter at end of life, are there any plans to publish to Maven?

I am using Bazel for building the project and I am facing this issue. Output: /var/folders/46/wjmnywsj2tz6v7_4dw14n8z80000gn/T/android_resources_tmp320157363138594625/manifest-aapt-dummy/AndroidManifest.xml:2: error: attribute 'package' in tag is not a valid Android package name: 'omrecorder'. The...

Caused by: java.lang.IllegalArgumentException: Invalid audio buffer size -2 (frame size 2) at android.media.AudioRecord.audioBuffSizeCheck(AudioRecord.java:819) at android.media.AudioRecord.(AudioRecord.java:397) at android.media.AudioRecord.(AudioRecord.java:301) at omrecorder.Source$Default.(Source.java:28) at omrecorder.PullableSource$Default.(PullableSource.java:78) at com.dancetime.WavRecorderActivity.mic(WavRecorderActivity.kt:121) at com.dancetime.WavRecorderActivity.setupRecorder(WavRecorderActivity.kt:94) at com.dancetime.WavRecorderActivity.onCreate(WavRecorderActivity.kt:44)

@kailash09dabhi hey sir, just a quick question, I need to call for audioRecorder.release() when stop Recording, cause I also didnt ?? Cause I get this error `E/AudioRecord-JNI: Error -38 during...

If it is possible to add 1 second of silence (in recorded audio) once user called recorder.resume() or alternatively add 1-sec silence (in recorded audio) when a user called recorder.pause()

I am using the OmRecoder.pcm with 16KHZ sample rate and 16 bit PCM with skip silence options as default. Sometimes i have noticed that the last 1 seconds in a...

Please write duration calculation code

Just made it to work as per latest updates.