We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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();
Please check Thanks
The text was updated successfully, but these errors were encountered: