Skip to content

Wav to mp3 audio convert issue  #7

@dineshbiwall

Description

@dineshbiwall

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions