Giter VIP home page Giter VIP logo

Comments (10)

nzala avatar nzala commented on August 29, 2024 2

add

if (recorder == null)
return;
if (recorder != null) {
recorder.stopRecording();
pulltransport.audioSource().release();
recorder = null;
}
@jpack1337

from omrecorder.

kenchoong avatar kenchoong commented on August 29, 2024 1

add

if (recorder == null)
return;
if (recorder != null) {
recorder.stopRecording();
pulltransport.audioSource().release();
recorder = null;
}
@jpack1337

And this:

yes i have @jpack1337
u need call recordInstance.release().

Life saving answer.. Thank you very much

from omrecorder.

kailash09dabhi avatar kailash09dabhi commented on August 29, 2024

Are you using the latest version com.kailashdabhi:om-recorder:1.1.1 ?
Also please share the demo code which produce this issue.

from omrecorder.

jpack1337 avatar jpack1337 commented on August 29, 2024

Thank you for the quick response! I updated 1.1.0 to 1.1.1 and its still the same issue.

Here is the situation I use it with. The RapRecorder is initialized at this point. On most devices, this works perfectly! On Fabric, we are having quite a few crashes about it. It looks like 100% of these crashes are coming from 6.0.0 and 6.0.1, Samsung line phones. I've attached the detailed report for your reference.


   new Thread(new Runnable() {
            @Override
            public void run() {
                try {
                    Process.setThreadPriority(Process.THREAD_PRIORITY_AUDIO);
                    mRapRecorder.startRecording();
                }catch (IllegalStateException e){
                    Amplitude.getInstance().logEvent("RCStudio - Illegal State Exception");
                }
            }
        }).start();

me.rapchat.rapchat_issue_1583_crash_58DC065800BE000167B5F3A18177F855_37883c0e28084e6ba4236a97e68a0998_0_v1.txt

from omrecorder.

jpack1337 avatar jpack1337 commented on August 29, 2024

After some investigation into AudioRecord, I think my problem may be in the Frequency I use to start my AudioSource. Another possibility i'm thinking is it could possibly be the CHANNEL_IN_STEREO is not supported on every phone and causing it to crash?

//Recording Methods
private AudioSource mic() {
    return new AudioSource.Smart(MediaRecorder.AudioSource.DEFAULT  , AudioFormat.ENCODING_PCM_16BIT,
            AudioFormat.CHANNEL_IN_STEREO, 44100);
}

I found this article that had suggested looping through to get the correct device but not sure if that is reasonable.

from omrecorder.

kailash09dabhi avatar kailash09dabhi commented on August 29, 2024

It happens on android marshmallow means you are not handling runtime permission!
Please check developers.android website for implementation. You should request runtime permission.

Please feel free to reopen if still it exist :)

from omrecorder.

jpack1337 avatar jpack1337 commented on August 29, 2024

Hey @nzala , did this solve the issue for you?

Is this for when you stop recording only? I have noticed our issue with Start Recording too

from omrecorder.

jpack1337 avatar jpack1337 commented on August 29, 2024

Hey @kailash09dabhi , would you be open to discuss my project? We are still having this issue in a majority of devices, even after requesting permissions. Looking for some extra help and couldn't figure out a way to contact you. Do you do contract work?

from omrecorder.

nzala avatar nzala commented on August 29, 2024

yes i have @jpack1337
u need call recordInstance.release().

from omrecorder.

kailash09dabhi avatar kailash09dabhi commented on August 29, 2024

Sorry for late reply :(
@jpack1337 you have to release recorder properly and i think @nzala has already shown the solution.
If you start the recording you have to properly release the recorder too.!
@jpack1337 My email is already on github you can contact me :)

from omrecorder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.