Hello, it would do this for mp3's which are encoded with MPEG-2 Audio Layer III, they would typically be mp3's with a low sampling rate such as 16000 Hz, 22050 Hz or 24000 Hz or low kbps. It did this for the Superpowered engine in previous versions also.
I hope to eventually write a decoder suitable for the app based on FFmpeg which would mean it would never need to convert to wav for any type of file, right now it is using a ready made component, which only handles mp3 MPEG-1 versions, aac (.m4a) and wav. Other types need to be converted beforehand.
Comments
I hope to eventually write a decoder suitable for the app based on FFmpeg which would mean it would never need to convert to wav for any type of file, right now it is using a ready made component, which only handles mp3 MPEG-1 versions, aac (.m4a) and wav. Other types need to be converted beforehand.