Amplituda icon indicating copy to clipboard operation
Amplituda copied to clipboard

Support for other formats as well like 3gp,mp4 etc

Open mohsin-ali-brainx opened this issue 2 years ago • 1 comments

I have a feature where I have to record an audio using Mic which is implemented by using MediaRecorder and it only output file format for .3gp as there is no encoder for .mp3 file to we have to specify the output format in .3gp. so when passed this file path it does not create the amplitude for it. I'm using this library with waveformseekbar library in Android.

mohsin-ali-brainx avatar Aug 12 '22 17:08 mohsin-ali-brainx

Hello @mohsin-ali-brainx. Amplituda supports these audio formats. So, maybe something with a recorded audio file? Could you please provide one of these files?

lincollincol avatar Aug 12 '22 20:08 lincollincol

@mohsin-ali-brainx Hello. Please, update lib version to 2.2.2 implementation 'com.github.lincollincol:amplituda:2.2.2'

lincollincol avatar Oct 07 '22 18:10 lincollincol

@lincollincol I was trying to use this library for rendering audio waves for m3u8/hls audio files. But I get the error could not open input file. Can you please let me know if there is a fix for this or if you would add the feature?

raph9091 avatar Mar 03 '23 14:03 raph9091

@raph9091 Hello! Amplituda doesn't support these formats. As far as I understand, M3U8 format represents a playlist (plain text with audio files paths). So, maybe you can try to read this file, extract all files and process with Amplituda.

lincollincol avatar Mar 03 '23 17:03 lincollincol