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

Wav to mp3 audio convert issue #7

Open
dineshbiwall opened this issue Sep 16, 2019 · 0 comments
Open

Wav to mp3 audio convert issue #7

dineshbiwall opened this issue Sep 16, 2019 · 0 comments

Comments

@dineshbiwall
Copy link

Hello

I am getting an issue when convert audio wav to mp3 file. library add 5-10MS sound on initial level of mp3 file. Android code is in below

Mp3Converter.init(44100,2,0,44100,128,0);
fileSize = new File(sourcePath).length();
new Thread(new Runnable() {
@OverRide
public void run() {
Mp3Converter.convertMp3(sourcePath, destPath);
}
}).start();

	handler.postDelayed(runnable, 500);

Please check 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