Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.NoClassDefFoundError for AudioSource in Util.java #50

Open
umutgur opened this issue May 9, 2018 · 0 comments
Open

java.lang.NoClassDefFoundError for AudioSource in Util.java #50

umutgur opened this issue May 9, 2018 · 0 comments

Comments

@umutgur
Copy link

umutgur commented May 9, 2018

In cafe.adriel.androidaudiorecorder.Util.java file, AudioSource could not found

public static omrecorder.AudioSource getMic(AudioSource source,
                                                AudioChannel channel,
                                                AudioSampleRate sampleRate) {
        return new omrecorder.AudioSource.Smart(
                source.getSource(),
                AudioFormat.ENCODING_PCM_16BIT,
                channel.getChannel(),
                sampleRate.getSampleRate());
    }

Here is the screenshot from error,

ekran resmi 2018-05-09 03 00 29

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant