AndroidAudioConverter icon indicating copy to clipboard operation
AndroidAudioConverter copied to clipboard

Convert audio files inside your Android app easily. Supported formats: AAC, MP3, M4A, WMA, WAV and FLAC.

Results 49 AndroidAudioConverter issues
Sort by recently updated
recently updated
newest added

Hi, im recording audio track in android with AudioRecord object instance. sample rate = 16 000, channel config = mono_in format = ENCODING_PCM_16BIT I tried to convert recorded file into...

I'm getting the following error, How i can fix this? I'm new to android programming. `Error:Execution failed for task ':app:processDebugManifest'. > Manifest merger failed : uses-sdk:minSdkVersion 7 cannot be smaller...

FFmpeg is not loaded

I would like to ask, how to improve the MP3 turn AAC time, now turn to a 1M MP3, takes a minute

Here are the logs > Could not find com.github.adrielcafe:ffmpeg-android-java:2a627f6ecd. Required by: project :app > com.github.adrielcafe:AndroidAudioConverter:0.0.8 Suggestion tried : 1: Added dependency at the app module level and maven URL 'https://jitpack.io'...

After the Android upgrade to 14, the recording wav file can be converted to MP3 file using FFmpeg, and the transcoding cannot be normal。Debug the code, found that the failure...